MATLAB的滤波与采样

hTxFilt = comm.RaisedCosineTransmitFilter(‘OutputSamplesPerSymbol’,8); hRxFilt = comm.RaisedCosineReceiveFilter(‘InputSamplesPerSymbol’,8, … ‘DecimationFactor’,8); txCoef = coeffs(hTxFilt); rxCoef = c
相关文章
相关标签/搜索