搜索资源列表
Matlab的M文件编写的数控插补2D直线算法仿真
- Matlab的M文件编写的数控插补2D直线算法仿真。具体参数可使用:X-500,Y-600,Fc-600,Fs-0,Fa-0,at--200.仿真的本意是为了验证DSP上同类插补算法的正确性,Matlab M-file to prepare the CNC interpolation algorithm for 2D simulation of a straight line. Specific parameters can be used: X-500, Y-600, Fc-600, Fs-0
modulation
- 通信信号相干调制解调源码 Fc=10 %载频 Fs=40 %系统采样频率 Fd=1 %码速率 N=Fs/Fd df=10 numSymb=25 %进行仿真的信息代码个数 M=2 %进制数-Coherent modulation and demodulation of communication signal source Fc = 10 carrier frequency Fs = 40 systematic sampling frequency Fd = 1 co
piby8D8PSK_20_5_rcosine_prbs_3
- this apiby8D8psk captured signal for those who wants to check their algorithm for modulation classification and symbol rate estimation symbol rate used 1Mbps fs=20 or 40 MSPs and fc=5 MSPS-this is apiby8D8psk captured signal for those who wants to ch
FSK2_20_5_100_rcosine_65536
- FSK data for testing the baud rate or classification symbol rate 1Mbps ,freq deviation =100kHz ,Fs=20MHZ fc=5 MHz-FSK data for testing the baud rate or classification symbol rate 1Mbps ,freq deviation =100kHz ,Fs=20MHZ fc=5 MHz
Fisher4Cast_v2.2
- FM调制和解调,matlab语言实现,可以改变fs,fc,ft - Fisher4Cast Authors: Bruce A. Bassett, Yabebal Fantaye, Renee Hlozek and Jacques Kotze The Fisher4Cast suite provides a standard, tested tool set for general Fisher Information matrix prediction and f
FM
- matlab语言实现的fm调制和解调,可以改变fs,fc,ft(MATLAB language FM modulation and demodulation, you can change the FS, FC, FT)
DSB
- MATLAB实现的DSB调制与解调,可以改变fs,fc,ft(MATLAB implementation of DSB modulation and demodulation, you can change the FS, FC, FT)
16QAM调制解调
- % QAMModem.m程序清单 % 仿真4比特原始数据与星座图的编码映射过程; % 完成16QAM信号的调制解调; % 基带信号符号速率 ps =1Mbps; % 成形滤波器的滚降因子 a=0.8; % 载波信号频率fc=2MHz ; % 采样频率 Fs=8MHz ; % 绘制16QAM信号的频谱及时域波形; % 采用相干解调法仿真其解调过程; % 绘制解调前后的基带信号时域波形; % 将原始基带数据、QAM已调数据、滤波器系数写入相应的文本文件中。 clc;(%Qamm