How can I modify vector indexs and values.
조회 수: 3 (최근 30일)
이전 댓글 표시
I try to modify vector indexs and values.
h_DS is a vector that has 64 length and value(almost 0, another has value: 0 0 0 0 0 1.9 2.1 0 0 3.1 2.7)
Length is Tk.(T means time). Value is Ck. (C means Channel Impulse Respones) k means the number of paths.
I want to modify the vector h_DS through below fomula.
In case of Tk : Tc/J * (n+ ( (Cn+1)/(Cn + Cn_+1) )
Tc is chip time. Tc=1. J is upsamling rate. J=4. n is index of vector and time.
In case of Ck : Cn+ Cn_+1. n_+1 means next to n.
How can I modify vector indexs and values through the fomula?
댓글 수: 4
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

