what does it mean wcode=w64(1,:);
Mostra commenti meno recenti
why it is shown ??? Undefined variable w64.
Risposte (2)
James Tursa
il 9 Dic 2015
0 voti
It means that at that point in the code, there is no variable in the current workspace with the name w64.
1 Commento
manik shil
il 11 Dic 2015
Prasad Kalane
il 11 Dic 2015
0 voti
%Number of Data Sub-Carriers
n =4;
walsh=hadamard(n);
% for User1 (2nd row)
code1=walsh(2,:);
% for User2 (4th row)
code2=walsh(4,:);
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!