Feeds
질문
Obtain the sorted index vector
Suppose a vector with element. in Matlab, I can use the following code to sort the vector in descending order as follow: y=sor...
거의 4년 전 | 답변 수: 2 | 0
2
답변질문
Recurrence test for an encryption algorithm
The recurrence test is used to measure the randomness and to estimate the correlation among the data by consideing the variation...
대략 5년 전 | 답변 수: 0 | 0
0
답변답변 있음
Random substitution for QAM symbols
I suggest the following code to implement substituation. function y=substit(x,k) y=zeros(length(x),2); Rl=[0 0; 0 1; 1 0; 1 ...
Random substitution for QAM symbols
I suggest the following code to implement substituation. function y=substit(x,k) y=zeros(length(x),2); Rl=[0 0; 0 1; 1 0; 1 ...
대략 5년 전 | 0
질문
Random substitution for QAM symbols
Hi everyone, I want to do a random substitution for QAM symbols based on secret key or random vector. For example, suppose 4-Q...
대략 5년 전 | 답변 수: 2 | 0
