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

조회 수: 7 (최근 30일)
manik shil
manik shil 2015년 12월 9일
답변: Prasad Kalane 2015년 12월 11일
why it is shown ??? Undefined variable w64.

답변 (2개)

James Tursa
James Tursa 2015년 12월 9일
It means that at that point in the code, there is no variable in the current workspace with the name w64.
  댓글 수: 1
manik shil
manik shil 2015년 12월 11일
how we declare walsh code in matlab

댓글을 달려면 로그인하십시오.


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

카테고리

Help CenterFile Exchange에서 Signal Operations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by