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 ...
5 years 前 | 0 个回答 | 0
0
个回答
提问
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...
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...
5 years 前 | 2 个回答 | 0
2
个回答
提问
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...