Hello
For a customer project I must calculate the amplitude spectrum of a time
domain signal. So I used the function AmpPhaseSpectrum(...) to calculate the
spectrum.
The customer then compares my results with the results of an other spectrum
analysis tool and found, that my values are the RMS values, but he wanted
the peak values, which should be bigger (crest factor ?). The docs of
AmpPhaseSpectrum() said, that the values are the RMS values, so the function
seem to work correct.
Im am not a specialist in frequency analysis. Can someone tell me, how I can
calculate the peak amplitude spectrum with the function of CVI? Must I
concert the output fom AmpPhaseSpectrum() or must I use an other function
(FFT)?
Thanks
Stephan