Feeds
질문
illogical plotting and results in delayed function
Here is the function im dealing with clear; syms x(t) X(w) f1 = 2; f2 = 3; x(t) =cos(2*pi*f1*t) subplot(2,1,...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
Fourier transformed signal doesn't show up in ezplot
here is the code im working with clear; syms x(t) X(w) f1 = 2; f2 = 3; x(t) =cos(2*pi*f1*t) + sin(2*pi*f2*t); ...
거의 8년 전 | 답변 수: 1 | 0
