When I resample an additive white Gaussian noise (AWGN) process at different rates, all the resulting samples will be independent, right?
How can I resample at original rate
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
I transmit a signal over a channel that time-scale and time-shift the transmit signal. To generate the received signal I first resample the transmit signal as:
d_Res=resample(d,p1,q1);
and then apply time shifting to it, which results in the received signal v. I want to sample v at the original rate of d. How can I do that?
Thanks in advance
답변 (1개)
Star Strider
2014년 5월 17일
Not really certain (in spite of our earlier conversations) that I completely understand.
Would
vr = resample(v, q1,p1)
produce the result you want?
댓글 수: 4
Star Strider
2014년 5월 20일
‘When I resample an additive white Gaussian noise (AWGN) process at different rates, all the resulting samples will be independent, right?’
I would assume in that situation that the samples would be i.i.d., yes.
With respect to the constant shift, I thought that is what you want.
참고 항목
카테고리
Help Center 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!