Pregunta


How can i create a sequence?
Hello, i want to create a sequence {xn} , xn ∈ {(±1, ±j)} .I want to create this sequence for n=1 to N=100 .How can i create ...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to create a complex normal i.i.d.?
Hello , i want to create a i.i.d CN(0,σ^2) I create the variable like that : x=sqrt(var/2)*(randn+1i*randn); Is this corre...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can i find the experimental and theoritical BER ?
Hello , i am given r[k]=h[k]s[k]+awgn , k=1,...N(N=100) where s[k] is a 4-QAM modulation and h[k] is a flat fading channel . H...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can i find the BER of 4-QAM ?
Hello , How can i find the BER of 4-QAM ? thank you.

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can i convert 1xn to mxn matrix ?
Hello i have a variable x[k] k=1,...100 that takes some random numbers as an input, so i have a 1x101 matrix. How can i creat...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can i create MxN matrix?
Hello , i have a package r[k] that contains k=1,...N symbols(N=1000) .So , i have a matrix 1x1001. I want to make l=5000 packag...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


why i get the undefined variable message?
I have this code for QAM: p=(sign(randn(N,1))+2)/2; for i=1:length(p/2)-1 if p(i)==0 && p(i+1)==0 s(i)=1+1i; ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to calculate qammod for discrete time using for-loop?
Hello,i want to use the function qammod to create a 4-QAM signal. I want to create 4-QAM for the signal y[k] ,k=1,...N (N=100) ...

más de 4 años hace | 0 respuestas | 0

0

respuestas