Community Profile

photo

salad9996


Last seen: 3년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


3D plot on 3D matrix
Hi guys, suppose I have a 3D array which look like this. How do I do the plotting with these data?

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


For loop to repeat the loop with different set of value
Hi guys, I'm trying to run the simulation with multiple set of value, SNRDB=6:2:16; but what I got one same result for the who...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


One tap equalizer design (MMSE equalizer and ZF equalizer)
Guys, these are my code to generate the BER vs SNR for MMSE equalizer and ZF equalizer for N tap of channel. I dunno why the ZF ...

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


Reduce the compiling time with 1000x1000 matrix
clear clc K=10^3; N=10^3; f=10^3; po=10; ch=5; pmax=20; noise=1; h=sqrt(1/2)*[randn(K,N)+1i*randn(K,N)]; v=var(h); ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


ber vs snr ofdm using fft and ifft
clc clear close all %1 L=32; m=(sign(randn(1,L))+1)/2; %2 symbols = [-1i, -1, 1, 1i]; m2 = reshape(m, 2, []); idx =...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Mapping two binary bits to one
I have generate a set of bits 0 and 1, N=10000; m=(sign(randn(1,N))+1)/2; The problem is how do I group the bits? For examp...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


for loop with different range of number
If i have a vector r with 500 numbers, can I use for loop to loop for every 50 number? For example, v1 will get 50 number from r...

4년 초과 전 | 답변 수: 1 | 0

1

답변