Signal Processing Toolbox | Help Desk |
diric
Dirichlet or periodic sinc function.
y = diric(x,n)
y = diric(x,n)
returns a vector or array y
the same size as x
. The elements of y
are the Dirichlet function of the elements of x
. n
must be a positive integer.
The Dirichlet function, or periodic sinc function, isn
. This function has period 2n
odd and period 4n
even. Its peak value is 1, and its minimum value is -1 for n
even. The magnitude of this function is (1/n
) times the magnitude of the discrete-time Fourier transform of the n
-point rectangular window.
If n
is not a positive integer, diric
gives the following error message:
Requires n to be a positive integer.
Cosine of vector/matrix elements (see MATLAB Function Reference). |
|
Sine of vector/matrix elements (see MATLAB Function Reference). |
|