Matlab-funksjonen ideallp fra boken
Matlab-funksjonen ideallp fra boken er gitt som f?lger:
function F = ideallp(wc,N);
t = (N-1)/2;
x = [0: (N-1)];
m = x - t + eps;
F = sin(wc*m) ./ (pi*m);
Publisert 5. nov. 2019 15:13
- Sist endret 5. nov. 2019 16:42