Feeds
답변 있음
how i can find the DTFT of sequence without using fft inbuilt function ?
w=-pi:0.01:pi; n=0:50; x=[1 2 3 4]; for i=1:length(w); X(i)=0; for k=1:length(x); ...
how i can find the DTFT of sequence without using fft inbuilt function ?
w=-pi:0.01:pi; n=0:50; x=[1 2 3 4]; for i=1:length(w); X(i)=0; for k=1:length(x); ...
대략 8년 전 | 2
| 수락됨

