EngineeringNewbie
Computer
- Apr 3, 2003
- 8
Hi,
I'm writing a software application which applies Fourier Synthesis to some electrical frequency-domain data (i.e. harmonics comprising a harmonic number, amplitude and phase for each harmonic). My question relates to the resultant periodic waveform - how many plot points (i.e. time values) should I plot?
After doing a little research into the Nyquist Theorem I think I have stumbled on the answer - but am still a little unsure as I am no expert in this field.
The fundamental frequency is 50Hz. My dataset has 5 harmonics: 1st, 5th, 7th, 11th, 13th. Am I right in saying that I should first calculate the highest frequency (13 * 50Hz = 650Hz) then double this to get the sampling rate that Nyquist recommends (i.e. 650 * 2 = 1300Hz)?
If I am to display one cycle/period of the periodic waveform (i.e. time values from 0 to 1/50 sec) does this mean I need to plot 1300 points?
Your help would be much appreciated!
I'm writing a software application which applies Fourier Synthesis to some electrical frequency-domain data (i.e. harmonics comprising a harmonic number, amplitude and phase for each harmonic). My question relates to the resultant periodic waveform - how many plot points (i.e. time values) should I plot?
After doing a little research into the Nyquist Theorem I think I have stumbled on the answer - but am still a little unsure as I am no expert in this field.
The fundamental frequency is 50Hz. My dataset has 5 harmonics: 1st, 5th, 7th, 11th, 13th. Am I right in saying that I should first calculate the highest frequency (13 * 50Hz = 650Hz) then double this to get the sampling rate that Nyquist recommends (i.e. 650 * 2 = 1300Hz)?
If I am to display one cycle/period of the periodic waveform (i.e. time values from 0 to 1/50 sec) does this mean I need to plot 1300 points?
Your help would be much appreciated!