dftimag
Imaginary component of a discrete Fourier Transform (dFT) function.
Syntax
dftimag(vec_expr)
Argument
- vec_expr
 - A valid vector expression.
 
Example
| Curve Math Vectors | Result | 
|---|---|
x = dfreq(c1.x)
  | 
                                Given c1, a curve is created that is the imaginary component of the discrete Fourier transform of c1. | 
Comments
The dftimag function returns the imaginary component of a discrete Fourier Transform (dFT). The dFT is complex-valued and used to map time-domain data into the frequency domain. vec_expr_1 is assumed to be evenly sampled. The resultant vector has a number of elements equal to the number of elements in vec_expr.