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 years 前 | 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 years 前 | 1 个回答 | 0
