photo

Muhammad


Last seen: 29 days ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I have grid frequency data, first column is time(Time) and second is frequency (Value). I want to calculate the duration of each cycle between 50 to 49.90 Hz.
data = readtable("2023-01-01.csv"); Freq = data.Value; Time = datetime(data.Time); logind = [false; Freq<=50 & Freq >=49.90 ...

4 months ago | 1 answer | 0

1

answer