资源简介

FBMC/ OQAM 利用多相滤波器和IFFT快速傅里叶变换实现的FBMC基本结构。具有良好的性能。

资源截图

代码片段和文件信息

%% FBMC/OQAM
%% FBMC-AWGN: BER verus SNR for FBMC/OQAM using polyphase structure  

%%------------------------------------------------------------------------------------------------------------%%
%
%             “Prototype filter and filter bank structure“
% FBMC/OQAM with noise
%%------------------------------------------------------------------------------------------------------------%%
clc
clear all;
%%------------------------------------------------------------------------------------------------------------%%
%                                               Intialization
%%------------------------------------------------------------------------------------------------------------%%
nd=2; %number of OQAM sample per symbols (not change)
M=512;% number of sub-channels
K=4

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       8217  2016-01-15 21:34  FMBC_OQAM_AWGN.m

     文件        510  2013-10-14 08:57  OQAM_postprocessing.m

     文件        648  2016-01-14 21:32  OQAM_preprocessing.m

     文件       6859  2016-01-18 17:33  Polyphase.m

----------- ---------  ---------- -----  ----

                16702                    6


评论

共有 条评论