文件名称:FBMC
介绍说明--下载内容均来自于网络,请自行研究使用
/* A C++ version of Matlab's qamdemod(y, M, varargin)
* Align each symbol to the nearest constellation points by minimum Euclidean distance.
* The function only consider rectanglular constellation diagram and grey code.
* The input is assumed to have been downconverted into baseband.
* I is the I component of phase and Q is the Q component of phase.
* The I and Q should be NxM or 1xM matrix/vector, in which the N indicate the subchannels and M indicates the symbols.
* The function treats each row as a subchannel and normalizes them respectively.
*/
* Align each symbol to the nearest constellation points by minimum Euclidean distance.
* The function only consider rectanglular constellation diagram and grey code.
* The input is assumed to have been downconverted into baseband.
* I is the I component of phase and Q is the Q component of phase.
* The I and Q should be NxM or 1xM matrix/vector, in which the N indicate the subchannels and M indicates the symbols.
* The function treats each row as a subchannel and normalizes them respectively.
*/
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
QAM Demodulation.cpp | 3219 | 2018-01-26 |
QAM Demodulation.h | 528 | 2018-01-26 |