Hi All,
I am in the process of learning Matlab, particularly for signal processing. Currently I am trying to plot a frequency spectrum for a recorded EMG signal. I have used some of the plot functions available via the dropdown list on the main page but these only display the data with 'normalised frequency'.
I have also looked at through the help files and noted there are three potential functions:
1.) The power spectral density (PSD) is intended for continuous spectra.
2.) The mean-squared spectrum is intended for discrete spectra (from periodic, discrete-time signals).
3.) Powerest intended for music and eigenvector spectrum objects.
I have also watched the Matlab tutorials and googled examples of producing a frequency spectrum, however generally the examples produce a sinusoidal waveform for analysis. When I try and reproduce this I am not sure how to generate the correct scale for the x-axis.
Can anyone provide me with, or let me know where I can get, a script to analyse an EMG signal and produce a frequency spectrum?
All help appreciated!!!
Thanks
Dan
I am in the process of learning Matlab, particularly for signal processing. Currently I am trying to plot a frequency spectrum for a recorded EMG signal. I have used some of the plot functions available via the dropdown list on the main page but these only display the data with 'normalised frequency'.
I have also looked at through the help files and noted there are three potential functions:
1.) The power spectral density (PSD) is intended for continuous spectra.
2.) The mean-squared spectrum is intended for discrete spectra (from periodic, discrete-time signals).
3.) Powerest intended for music and eigenvector spectrum objects.
I have also watched the Matlab tutorials and googled examples of producing a frequency spectrum, however generally the examples produce a sinusoidal waveform for analysis. When I try and reproduce this I am not sure how to generate the correct scale for the x-axis.
Can anyone provide me with, or let me know where I can get, a script to analyse an EMG signal and produce a frequency spectrum?
All help appreciated!!!
Thanks
Dan
Comment