Statistics
RANK
224,936
of 300,853
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,094
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 171,319
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
How can we do calculation in Matlab?if X(i)=Y(i)+2*Z(i-1)-3*T(i+1);Then how can calculate 15*X(i+1)+12*X(i)-3*X(i-1) using the value of X(i).
Properly define each parameter variable used.
How can we do calculation in Matlab?if X(i)=Y(i)+2*Z(i-1)-3*T(i+1);Then how can calculate 15*X(i+1)+12*X(i)-3*X(i-1) using the value of X(i).
Properly define each parameter variable used.
9 years ago | 0
Question
I have declared the variable, but i still get an error message " >> norm_noise_awgn = Noise_awgn/std_Noise_awgn; %Normalized signal Undefined function or variable 'Noise_awgn'"
%awgn channels Noise_awgn = randn(1,N);%Noise production %AvgPower_Noise_awgn=sum(abs(Signal).^2)/N/snr_avg; %averag...
9 years ago | 0 answers | 0
