SC-FDE continuous time transmission in MATLAB
9 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Modulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!