what does it mean wcode=w64(1,:);

3 Ansichten (letzte 30 Tage)
manik shil
manik shil am 9 Dez. 2015
Beantwortet: Prasad Kalane am 11 Dez. 2015
why it is shown ??? Undefined variable w64.

Antworten (2)

James Tursa
James Tursa am 9 Dez. 2015
It means that at that point in the code, there is no variable in the current workspace with the name w64.
  1 Kommentar
manik shil
manik shil am 11 Dez. 2015
how we declare walsh code in matlab

Melden Sie sich an, um zu kommentieren.


Prasad Kalane
Prasad Kalane am 11 Dez. 2015
%Number of Data Sub-Carriers
n =4;
walsh=hadamard(n);
% for User1 (2nd row)
code1=walsh(2,:);
% for User2 (4th row)
code2=walsh(4,:);

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by