Different SNR value - blockset
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I am trying to modify a simulink model in http://www.mathworks.nl/matlabcentral/fileexchange/3540 so that I can obtain a performance result of PER vs SNR. The problem is, I do not know how to form a loop so that the channel takes in different SNR value. Example: [0:30] dB
댓글 수: 0
채택된 답변
Nirmal Gunaseelan
2011년 8월 22일
In general, you could use a For Each subsystem inside Simulink, or form loops using a MATLAB script and control the model from this script. In your case, I think the latter is the way to proceed.
댓글 수: 0
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Communications Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!