D.m
Go to the documentation of this file.
1 function y = D(x,N)
2 % Calculate rectangular window transform (Dirichlet kernel)
3 y = sin(N*x/2)./sin(x/2);
4 y(find(y~=y))=N; % avoid NaN if x==0
5 end
end end
D(D(float, sse)
#define N
Definition: vf_pp7.c:200
Discrete Time axis x
overlapping window(triangular window to avoid too much overlapping) ovidx
the buffer and buffer reference mechanism is intended to avoid
function y
Definition: D.m:1