Invalid syntax for the "tf" command.

조회 수: 5 (최근 30일)
Philip
Philip 2014년 12월 1일
편집: per isakson 2014년 12월 1일
Hi I am getting this error when using the following set of code from the example
mulitpath fading channel example:
for i = 1:numFrames % Display impulse and frequency responses for 2 frames
% Create random data
msg = randi([0 1],bitsPerFrame,1);
% Modulate data
modSignal = step(hMod,msg);
% Filter data through channel and show channel responses
step(hRayChan,modSignal);
end
I made some changes in terms of speed and sampling rate that is different from the example but the error is a syntax error that is confusing, I have also changed the speed back to the one in the example and the error stills shows up, any thoughts on the cause of this ?
Regards,
Philip
  댓글 수: 1
Philip
Philip 2014년 12월 1일
The Rayleigh was not properly configured so please ignore this
question

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Propagation and Channel Models에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by