photo

Nawaf Al-Fraih


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
262,362
of 300,321

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,093

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

  • Thankful Level 1

View badges

Feeds

View by

Question


for loop only shows value of last iteration.
for SNR_db=0:10 N=((E)/(10^(SNR_db/10))); r=((H*Q1)+N); Ymf=transpose(H)*r; Ymf_dec=pskdemod(Ymf,4...

8 years ago | 1 answer | 0

1

answer

Question


How to loop shift a matrix for N times but keeping the result from each iteration?
code R=6; T=4; M=8; H_telda=randn(R,T)+j*randn(R,T); H_dtelda=zeros(R*M,T); H_dtelda(1:R,1:T)=H_telda; H=zeros(R*M,T*M)...

8 years ago | 2 answers | 0

2

answers