필터 지우기
필터 지우기

SC-FDE continuous time transmission in MATLAB

조회 수: 5 (최근 30일)
S. David
S. David 2014년 4월 17일
답변: S. David 2014년 4월 18일
Hello all,
I attached a file that contains the math of transmitting single carrier (SC) modulated signal over frequency selective channels. I need to implement this in MATLAB as it is in continuous time. In particular, I need to generate the baseband received signal as in eq. (1.3), the received samples as the second line in eq. (1.5), and the channel coefficients as in eq. (1.6a). I use the following parameters:
N=128; %Number of symbols
fc=12*10^3; %Carrier frequency
B=1000; % Bandwidth
Ts=1/(2*B);%Nyquist Sample Time
nsamp=10^3;%Oversampling factor
Ta=Ts/nsamp;%Sample time after oversampling
K=N*nsamp;%Number of symbols in sample time Ta
tau=[0 5 7 20].*10^-3;%Pathe delays
h=[1 0.8 0.7 0.5];%Fixed channel coefficients.
If more math details are needed I will provide them on demand.
I appreciate your help.
Thanks

답변 (1개)

S. David
S. David 2014년 4월 18일
Any help, please.

카테고리

Help CenterFile Exchange에서 Modulation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by