class="resources"
Computes the single-sided, scaled amplitude spectrum of a real time-domain signal and returns the amplitude spectrum as magnitude and phase. Details Example

The Amplitude and Phase Spectrum VI computes the amplitude spectrum using the following equation.
,
where N is the number of points in Signal.
The VI computes Amp Spectrum Mag using the following equation.
Amp Spectrum Mag = |amplitude spectrum|
The VI computes Amp Spectrum Phase using the following equation.
Amp Spectrum Phase = phase(amplitude spectrum)
Refer to the Realtime Amplitude Spectrum VI in the labview\examples\ptbypt\PtByPt_No_HW.llb directory for an example of using the Amplitude and Phase Spectrum VI.