Agent skill
signal-analysis-1-rainflow-cycle-counting-astm-e1049-85
Sub-skill of signal-analysis: 1. Rainflow Cycle Counting (ASTM E1049-85) (+4).
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/engineering/marine-offshore/signal-analysis/1-rainflow-cycle-counting-astm-e1049-85
SKILL.md
1. Rainflow Cycle Counting (ASTM E1049-85) (+4)
1. Rainflow Cycle Counting (ASTM E1049-85)
Extract stress/load cycles for fatigue analysis using industry-standard rainflow algorithm.
signal_analysis:
rainflow:
flag: true
input_file: "data/stress_time_history.csv"
time_column: "time"
signal_column: "stress"
output:
*See sub-skills for full details.*
## 2. FFT Spectral Analysis
Compute frequency content using Fast Fourier Transform.
```yaml
signal_analysis:
fft:
flag: true
input_file: "data/motion_time_history.csv"
time_column: "time"
signal_column: "heave"
output:
*See sub-skills for full details.*
## 3. Power Spectral Density (Welch Method)
Estimate power spectral density with reduced variance using overlapping segments.
```yaml
signal_analysis:
psd:
flag: true
input_file: "data/vessel_motion.csv"
time_column: "time"
signal_columns:
- "surge"
*See sub-skills for full details.*
## 4. Time Series Conditioning
Prepare raw time series for analysis with filtering and preprocessing.
```yaml
signal_analysis:
conditioning:
flag: true
input_file: "data/raw_signal.csv"
output_file: "data/conditioned_signal.csv"
operations:
- type: "resample"
*See sub-skills for full details.*
## 5. OrcaFlex Signal Batch Processing
Process multiple OrcaFlex time histories in parallel.
```yaml
signal_analysis:
orcaflex_batch:
flag: true
sim_directory: "results/.sim/"
sim_pattern: "*.sim"
variables:
- object: "Line1"
*See sub-skills for full details.*
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?