搜索资源列表
mod_qpsk
- QPSK调制matlab程序 包括基带成型滤波器 (升余弦滤波器)-QPSK modulation Matlab procedures including baseband shaping filter (or cosine filter)
wigner1
- 设采样频率为1Hz,对于淹没在复高斯白噪声中的信噪比为 的两个复LFM信号,采用子带带宽为0.1Hz的升余弦滤波器,共9个子带滤波器构成的滤波器组,时间窗为窗长为256的矩形窗,进行仿真-based sampling frequency of 1Hz. For drowned in the complex Gaussian white noise to the signal-to-noise ratio of 2 Minute LFM, using sub-band bandwidth of 0
RaiseCosFilter
- 本函数用于升余弦滤波器系数计算,使用方便快捷。
8QAM
- 利用Matlab仿真软件,完成如图1所示的一个基本的数字通信系统。信号源产生0、1等概分布的随机信号,映射到16QAM的星座图上,同时一路信号已经被分成了实部和虚部,后边的处理建立在这两路信号的基础上。实部、虚部信号分别经过平方根升余弦滤波器,再加入高斯白噪声,然后通过匹配滤波器(平方根升余弦滤波器)。最后经过采样,判决,得到0、1信号,同原信号进行比较,给出16QAM数字系统的误码。
开方升余弦
- 这是升余弦滤波器的具体函数
根升余弦滤波器的MATLAB代码
- (Root Raised Cosine Filter)根升余弦滤波器的MATLAB代码,Root Raised Cosine Filter MATLAB code
FIR.rar
- 用窗函数法设计FIR 数字滤波器 能产生矩型窗、升余弦窗、改进升余弦窗和二阶升余弦窗的窗函数子程序,Window function method using FIR digital filter designed to produce the window rectangle, raised cosine window, improving the second order raised cosine window and the window raised cosine window fun
DigitalBaseband
- 数字基带传输的全部matlab仿真文件,测试无误,升余弦滚降滤波器-Digital baseband transmission matlab simulation of all documents, test passed, raised cosine roll-off filter
scrc-filter
- 用matlab实现升余弦滤波器,完整的matlab程序代码。-Raised cosine filter with matlab implementation, complete matlab code.
CCC
- 描述了用MATLAB实现升余弦滚降滤波器的方法-USING MATLAB
C
- ADI中平方根升余弦滤波器的DSP实现 2中方法-ADI in the square root raised cosine filter of the DSP method to achieve 2
qam
- 一、 本程序采用16QAM调制方式,对一串2进制信源进行调制,用升余弦滚降函数进行基带调制,再调到高频信道;在信道上加入高斯白噪声,运用匹配滤波器解调,画出解调星座图,运用最小欧氏距离译码判决,计算误比特率。-First, this program uses 16QAM modulation mode, for a string of two binary source is modulated with a raised cosine roll-off function for base-ba
fsk
- 在matlab上面对4fsk调制解调进行仿真,中间使用升余弦滤波器作为发送和接收滤波器-In the face of 4fsk modem matlab simulation, the middle raised cosine filter used to send and receive filters as
myrcosine
- 在matlab上面实现升余弦滤波器设计,不是用的matlab函数-In achieving the above raised cosine matlab filter design, not by the matlab function
hrollfcoef
- 升余弦滚降滤波器,主要完成 Generate coefficients of Nyquist filter-Raised Cosine filter, mainly to complete Generate coefficients of Nyquist filter
implementation-of-srrc-filter
- 这是基于国标DMB_TH中发端升余弦滚降滤波器中FPGA实现,包括滤波器的理论,DA算法和多相分布算法-This is based on GB DMB_TH the originator Raised Cosine Filter in FPGA, including the filter theory, DA algorithm and multi-phase distribution algorithm
根升余弦滤波器
- 产生根升余弦滤波器,并绘制其成型滤波,频域图(Generatging Nyquist filter, and plot the figure of Frequence-Amptitude)
发送滤波器
- 主要包括升余弦脉冲滤波器、平方根升余弦滤波器、 高斯滤波器(It mainly consists of raised cosine pulse filter, square root raised cosine filter and Gauss filter)
raisecos.m
- 升余弦滚降滤波器,滤波器,并有不同系数下对比图(Raised cosine roll off filter, filter, and comparison chart under different coefficients)
具有升余弦谱特征的FIR滤波器
- 本程序为具有升余弦谱特性的FIR滤波器在抽样值为10,15,20和理想情况的谱特性对比,以及各自的冲激响应和频率响应的matlab仿真程序。