Feeds
提问
Sinc function doesnt look good
Hello so I have the code below : clear all; clc; Fs = 100; Ts = 1/Fs; t=-1:Ts:1; %u(t-0.5) step...
8 years 前 | 0 个回答 | 0
0
个回答提问
Matlab results not matching theory
clear all; clc; Fs = 1000; Ts = 1/Fs; t=-1:Ts:1; %u(t-0.5) step = zeros(size(t)); step(t>=0.5) = ...
8 years 前 | 0 个回答 | 0
0
个回答提问
What is my Y axis and what does it depend on
Fs = 1000; Ts = 1/Fs; t=-1:Ts:1; %u(t-0.5) step = zeros(size(t)); step(t>=0.5) = -1; figure g...
8 years 前 | 1 个回答 | 0
1
个回答提问
Unknown line in code
% P0=90; % Ps=10000; % Ts=1/Ps; % t=0:Ts:0.4; % w0=2*pi*F0; % A=2; % x=A*sin(w0*t) % % Nfft=lengt...
8 years 前 | 1 个回答 | 0
