Statistics
4 Questions
0 Answers
RANK
107,310
of 300,352
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,928
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,212
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
