home *** CD-ROM | disk | FTP | other *** search
- ** File: TPSht_02.hlp
- ** Index: 41
-
- ** More Sheet View Help
- :: Fourier Transformation commands
- :: Data windowing commands
-
-
- █ Fourier Transform
-
- This menu is shown as Fourier Tfm in
- TechPlot.
-
- █ Forward (Half)
-
- This command calculates amplitude and
- phase for the half range frequency
- (positive part). One can use these
- columns to compute the real and
- imaginary part of the Fourier transform
- using the Math | Transform command as
- described below.
-
- █ Inverse (Half)
-
- This command performs the inverse
- Fourier transformation.
-
- █ Forward (Full)
-
- This command calculates amplitude and
- phase for the full range frequency.
-
- █ Inverse (Full)
-
- This command performs the full range
- inverse Fourier transformation.
-
- █ Convolution
-
- This command lets you calculate the
- convolution of two columns of data.
-
-
- █ Windowing
-
- This menu contains commands that are
- used in the design of finite impulse
- response (FIR) filters.
-
- The following commands are the
- commonly used windowing functions, w[n].
-
- █ Square
-
- This command performs data windowing
- using the following window function:
-
- w[n]=1, if 0<=n<=M;
-
- w[n]=0, otherwise.
-
- █ Bartlett
-
- This command performs data windowing
- using the following window function:
- w[n]=1-2*abs(n-0.5M)/M, if 0<=n<=M;
- w[n]=0, otherwise.
-
- █ Hanning
-
- This command performs data windowing
- using the following window function:
- w[n]=0.5-0.5*cos(2πn/M),
- if 0<=n<=M;
- w[n]=0, otherwise.
-
- █ Hamming
-
- This command performs data windowing
- using the following window function:
-
- w[n]=0.54-0.46*cos(2πn/M),
- if 0<=n<=M;
- w[n]=0, otherwise.
-
- █ Blackman
-
- This command performs data windowing
- using the following window function:
-
- w[n]=0.42-0.5*cos(2πn/M)
- +0.08*cos(4πn/M), if 0<=n<=M;
- w[n]=0, otherwise.
-
- █ Welch
-
- This command performs data windowing
- using the following window function:
-
- w[n]=1-sqr(2*(n-0.5M)/(M+2)),
- if 0<=n<=M;
- w[n]=0, otherwise.
-
- █ Parzen
-
- This command performs data windowing
- using the following window function:
-
- w[n]=1-2*abs(n-0.5M)/(M+2),
- if 0<=n<=M;
- w[n]=0, otherwise.
-
-