aman ch
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
85 509
of 295 467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
how to find the sum of 3 vectors of different sizes
function [Z]=My_func(a,b,c); v1=[9 0 -7 5 3 8 -10 4 2]; a=sort(v1) v2=[3 6 -2 4 1 0]; b=sort(v2) v3=[4 1 4]; c=sort(v3) Z...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
i can not get the convolution of two unit step signal correct
%conv command step = 0.01; t1 = 0:step:3; t2 = 3:step:5; t = [t1 t2]; x1 = ones(size(t1)); x2 = ones(size(t2)); x = [x1,x...
mer än 3 år ago | 0 answers | 0
0
answersQuestion
why i am not getting fourier transform plot using ezplot command
syms t w X = 1/(1+(1i.*w)); subplot(3,1,1) ezplot(X,[-9 9]); title('original signal'); %inverse Fourier transform X1 =...
mer än 3 år ago | 1 answer | 0