-
差分调制与解调
此代码通过随机生成二进制码,对其进行二进制差分调制,以及加入高斯白噪声后对其解调计算误码率,绘制出其输入信噪比与输出信噪比的实验曲线及理论曲线的比较。(This code generates binary codes randomly, modulates them by binary differential modulation, demodulates them with Gauss white noise and calculates the bit error rate, draws the experimental curve and theoretical curve of their input signal-to-noise ratio and output signal-to-noise ratio.)
- 2018-12-17 15:14:55下载
- 积分:1
-
ZFandMMSE
MIMO系统的ZF和MMSE预编码算法-4发4收(ZF and MMSE MIMO system pre-coding algorithm-4 of 4 admission)
- 2021-04-20 11:08:50下载
- 积分:1
-
Sato
matlab对Sato盲均衡算法仿真,仿真图,收敛曲线(Blind equalization Sato)
- 2018-05-12 13:01:10下载
- 积分:1
-
基于OMP,LS,MMSE三种算法的信道估计仿真图比较OMP-Channel-Estimation
基于OMP,LS,MMSE三种算法的信道估计仿真图比较,对学习信道估计的研究者有很大帮助(The chart compares the OMP, LS, MMSE three algorithms based channel estimation simulation learning channel estimation researchers)
- 2021-04-29 22:18:42下载
- 积分:1
-
Utest
说明: U盘读写模块,实现电脑与U盘自动连接,发送,传输数据(U-reader module, computerization and U disk automatically, sending, transmission of data)
- 2006-04-24 22:34:43下载
- 积分:1
-
serial_communication
MATLAB,基于GUI的串口的调试工具,并将接收到的数据实时显示在坐标轴上。(MATLAB, the serial port of the GUI-based debugging tools, and data received in real time is displayed in the axis.)
- 2012-05-22 08:31:22下载
- 积分:1
-
FFT
语音信号处理的fft算法
编程实现了FFT算法,运用编写的FFT程序对信号进行FFT计算和还原,待分析的信号是一段音乐,与Matlab的FFT函数进行了比较并设计系统页面
(FFT algorithm for speech signal processing
FFT programming algorithm, the use of the preparation of the FFT program to calculate and restore the signal FFT, the signal to be analyzed is a piece of music, and the Matlab function of the FFT and the design of the system page)
- 2017-04-09 09:20:18下载
- 积分:1
-
IIR-and-FIR
数字信号处理中数字滤波器的matlab实现,包括iir和FIR两种数字滤波器(Digital signal processing matlab implementation of digital filters, including two digital filters and FIR iir)
- 2020-11-13 17:39:42下载
- 积分:1
-
BOC信号频谱相关特性
MATLAB代码,产生GNSS导航信号BOC调制的相关频谱特性(The generate of BOC signal AND ITS PDF)
- 2019-01-14 15:54:05下载
- 积分:1
-
gest
void swap1(int x, int y) //值传递
void swap2(int *px, int *py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用(void swap1(int x, int y) //值传递
void swap2(int*px, int*py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用)
- 2012-04-30 16:41:44下载
- 积分:1