Feeds
질문
Running this problem an error occurs: ??? Error using ==> rem Not enough input arguments.
clear all; clc; N=20; if (rem(N,2)==0) for n= 1:(N+1)/2 b(n)=(2*n)/N; end for n=(N/2)+1:N b(n)...
거의 10년 전 | 답변 수: 3 | 0
3
답변질문
From where can i read about the functioning of the wvtool??
how does it calculate the frequency response, the mainlobe width, the leakage factor! is there a detailed book or so for it! ...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
running it an error occurs as follows:??? Subscript indices must either be real positive integers or logicals. Error in ==> hanningwindow at 15 y(f)=20*log(abs(b));
clear all; clc; N=input('enter the value of N=') n = 0:N-1; b = 0.5*(1 - cos(2*pi*n/(N-1))); plot(n,b) xlabel('time samp...
12년 초과 전 | 답변 수: 1 | 0
