I am new to Matlab and don’t have coding experience and need to process and analyze EMG signal files.
The files are in EDF format, and I have a script for converting it to .txt. Next, I need to filter the data, convert it to RMS, Fast Fourier Transform and get the Mean frequency of spectral power from certain 50ms intervals.
I’ve tried a lot of scripts and none of them seemed to work.
After filtering and converting, it would be great if I could have a way to see the whole file, select the intervals I needed, and see the mean frequency of spectral power of each interval.