Idahoise Beckley
Followers: 0 Following: 0
Statistics
RANK
265,578
of 295,467
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
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
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.
8 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...
8 years ago | 0 answers | 0