how to include rayleigh fading or get the rayleigh distribution values???
조회 수: 2 (최근 30일)
이전 댓글 표시
- data0 = 0;
- sco = [1 1 1 1 0 0 0 0 1 1 1 1 0 0 0 0];
- out0 = xor(data0,sco);
- data1 = 1;
- sc1 = [1 1 0 0 0 0 1 1 0 0 1 1 1 1 0 0];
- out1 = xor(data1,sc1);
- data2 = 1;
- sc2 = [1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0];
- out2 = xor(data2,sc2);
I have a simple code which is performing the spread spectrum operation. I need to include rayleigh distribution in this program. I am confused how to do that on website it mentions using raychan which will display all the properties but i am not sure how to proceed with this as the next part of this program follows the approach of introducing noise and carrying out the despreading process.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Propagation and Channel Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!