搜索资源列表
generateModSignal
- 应用Matlab产生各种数字调制信号以及在AWGN下的传输结果。包括AM,QPSK,BPSK等
matlab
- 这个题目是利用人工神经网络实现对数字调制信号的识别,建立BP网络,并用matlab编程实现仿真。
LMS
- 应用LMS算法去除噪声,纯净信号为各种数字调制信号,本程序中选的是数字调幅信号8ASK,噪声是高斯白噪声,信噪比可以任意指定。
digital
- 本例为数字调制信号的制式识别仿真程序,matlab仿真源码-In this case the digital modulated signal format identifying simulation program, matlab simulation source code
binarymod
- 二进制数字调制信号ook,2psk,2fsk信号及其频谱-Binary digital modulation signal ook, 2psk, 2fsk signal and its spectrum
Communication System Of 16QAM
- 一个16QAM数字调制后的通信系统,包括信号发生器,调制器,信道传输,接收器,均衡器等部分-After a 16QAM digital modulation communication system, including the signal generator, modulator, channel transmission, receivers, and other parts of EQ
doafromthesisofmaster
- 针对三个非相干QASK数字调制信号的空间谱估计程序-For three non-coherent digital modulation signals QASK spatial spectrum estimation procedure
080306
- 一种基于MATLAB的MSK软件解调方法 介绍数字调制信号的发展过程和MSK的调制解调原理,提出了一种基于MALTAB的MSK 解调方法,并进行了仿真实验,实验结果证明了该方法的有效性。-MATLAB-based software demodulation of MSK digitally modulated signals to introduce the development process and the principle of modulation and demodulat
signal_source
- 数字通信调制信号模拟系统中常见通信信号的信号源-Digital communication modulation signal simulation system common source of communication signals
matlabASKPSKFSK
- 数字信号的传输方式分为基带传输和带通传输,在实际应用中,大多数信道具有带通特性而不能直接传输基带信号。为了使数字信号在带通信道中传输,必须使用数字基带信号对载波进行调制,以使信号与信道的特性相匹配。这种用数字基带信号控制载波,把数字基带信号变换为数字带通信号的过程称为数字调制。通常使用键控法来实现数字调制,比如对载波的振幅、频率和相位进行键控。-Transmission of digital signals into base band transmission and band-pass tr
modulation(1)
- 本文首先对各种通信信号进行了理论分析,在此基础上针对数字调制信号采用了基于决策论方法的调制方式识别算法,并利用MATLAB软件进行了计算机仿真。本文的调制识别算法是基于决策论方法,该方法具有运算量小,识别效果好等优点-Firstly, the various communication signals are analyzed theoretically, on the basis adopted for digital modulation method based on decision t
adaptive_filter
- 基于LMS的自适应滤波器的算法实现,该算法以数字调制信号为理想信号,并在已知载波频率的基础上,通过自适应滤波器实现数字调制信号的跟踪。-Adaptive Filter Based On LMS Algorithm
sigmodulation
- 各种数字调制信号的产生,包括QAM,FSK,PSK,MATLAB程序-All kinds of digital modulation signal generation, including QAM, FSK, PSK, MATLAB program
crazyclimber
- 基于crazy climber算法的数字调制信号脊特征提取(陈利民)-Crazy climber algorithm based on digital modulation signal feature extraction ridge
mfsk_mod
- 本例程主要是产生mfsk数字调制信号,详细情况见注释-This routine is mainly produced mfsk digitally modulated signals, as detailed in Note
mask_mod
- 本例程主要是产生MASK数字调制信号,具体内容会有注释-This routine is mainly digital modulation signal generating MASK, specific content will comment
mpsk_mod
- 本例程主要是产生MPSK数字调制信号,具体内容会有注释-This routine is mainly digital modulation signal generating MPSK, specific content will comment
Chapter_4
- 数字调制信号与仿真的书本中的第四章节的MATLAB仿真代码,需要的话可以跟我联系取得其他章节的代码-And simulation of digital modulation signals in the fourth chapter of the book MATLAB simulation code, you need to contact me if you can obtain the other chapters of the code
fsk信号调制
- 通过MATLAB编程实现对fsk调制方式误码率的仿真!(Through MATLAB programming to achieve FSK modulation mode error rate simulation.)
MSK信号数字调制解调
- 内含3种MSK调制程序,详细说明请参见网址:https://blog.csdn.net/i_no_one/article/details/90451131 还包含MSK解调说明。包含程序的使用说明,均为MATLAB程序。