Community Profile

photo

salad9996


Last seen: 3 years 前 自 2019 起处于活动状态

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答