rayleighchan中抽头的个数如何获得?
12-16
matlab help中,
搜索 "Simulation of Multipath Fading Channels: Methodology",
Then the samples{y_i} at the output of the channel are related to {s_i} through:
y_i = \sum_{n=-N_1}^{N_2}s_{i-n}g_n
The ChannelFilterDelay read-only property contains the value of N_1.
N_2可不可以通过matlab获得? 而不是每次都要plot(rayleighchan)看信道的IR获得?
搜索 "Simulation of Multipath Fading Channels: Methodology",
Then the samples{y_i} at the output of the channel are related to {s_i} through:
y_i = \sum_{n=-N_1}^{N_2}s_{i-n}g_n
The ChannelFilterDelay read-only property contains the value of N_1.
N_2可不可以通过matlab获得? 而不是每次都要plot(rayleighchan)看信道的IR获得?
好像是这个值:
ceil(max(TU_chan.PathDelays)/(TU_chan.InputSamplePeriod))+3;
对呀。3是sinc内插函数的截断长度,前一个是最大多径对应的采样点延时。
这个matlab help有提到吗?
还是归纳总结得到的?
相关文章:
- 请问时变信道的抽头系数仿真问题(05-08)
- 关于信道FIR滤波器的抽头系数和多径径数的关系(05-08)
- 请问:学生如何获得QualNet的license?(05-08)
- MIMO中发射完全相同的信号如何获得增益 (05-08)
- 求助:如何获得信号的眼图?(05-08)
- 请问理想的信道估计如何获得(05-08)
射频专业培训教程推荐