Statistiques
RANG
172 583
of 301 383
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 21 252
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 306
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
environ 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
0
réponseRandom 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 ...
plus de 5 ans il y a | 0
Question
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...
plus de 5 ans il y a | 2 réponses | 0
