![Campbell CR5000 Скачать руководство пользователя страница 108](http://html1.mh-extra.com/html/campbell/cr5000/cr5000_operators-manual_489195108.webp)
Section 6. Data Table Declarations and Output Processing Instructions
6-14
Notes:
•
Power is independent of the sampling rate (1/tau) and of the number of
samples (N).
•
The PSD is proportional to the length of the sampling period (T=N*tau),
since the “ width” of each bin is 1/T.
•
The sum of the AC bins (excluding DC) of the Power Spectrum is the
Variance (AC Power) of the time series.
•
The factor of 2 in the Power(i) calculation is due to the power series being
mirrored about the Niquist frequency N/(2*T); only half the power is
represented in the FFT bins below N/2, with the exception of DC. Hence,
DC does not have the factor of 2.
•
The Inverse FFT option assumes that the data array input is the transform
of a real time series. Filtering is performed by taking an FFT on a data set,
zeroing certain frequency bins, and then taking the Inverse FFT.
Interpolation is performed by taking an FFT, zero padding the result, and
then taking the Inverse FFT of the larger array. The resolution in the time
domain is increased by the ratio of the size of the padded FFT to the size
of the unpadded FFT. This can be used to increase the resolution of a
maximum or minimum, as long as aliasing is avoided.
FFT Example
Const SIZE_FFT 16
CONST PI 3.141592654
Const CYCLESperT 2
Const AMPLITUDE 3
Const DC 7
Const OPT_FFT 0
CONST PI 3.141592654
dim i
public x(SIZE_FFT),y(SIZE_FFT)
DataTable(Amp,1,1)
fft(x,fp2,SIZE_FFT,10 msec,1)
EndTable
DataTable(AmpPhase,1,1)
fft(x,fp2,SIZE_FFT,10 msec,2)
EndTable
DataTable(power,1,1)
fft(x,fp2,SIZE_FFT,10 msec,3)
EndTable
DataTable(PSD,1,1)
fft(x,fp2,SIZE_FFT,10 msec,4)
EndTable
DataTable(FFT,1,1)
fft(x,IEEE4,SIZE_FFT,10 msec,0)
EndTable
Содержание CR5000
Страница 39: ...Section 1 Installation and Maintenance 1 15 S A N Y O FIGURE 1 11 6 Removal of band clamp and battery ...
Страница 40: ...Section 1 Installation and Maintenance 1 16 This is a blank page ...
Страница 54: ...Section 2 Data Storage and Retrieval 2 14 This is a blank page ...
Страница 88: ...Section 4 CRBasic Native Language Programming 4 12 This is a blank page ...
Страница 94: ...Section 5 Program Declarations 5 6 This is a blank page ...
Страница 172: ...Section 7 Measurement Instructions 7 46 This is a blank page ...
Страница 206: ......
Страница 236: ...Index Index 4 This is a blank page ...
Страница 237: ...This is a blank page ...