-
ROMBERG
龙贝格法求积分
在MATLAB中实现,初级学习者之必备软件(Romberg method to achieve integration in MATLAB, primary learners of essential software)
- 2007-12-16 19:48:51下载
- 积分:1
-
Project_reference
有关语音增强 LPC 倒谱分析 去噪的matlab程序(Speech enhancement of the LPC cepstrum analysis matlab denoising procedures)
- 2009-06-03 15:32:14下载
- 积分:1
-
matrix_dualquaternion
说明: 对偶四元数应用于空间坐标变换,和对偶四元数和齐次矩阵的转换(Dual quaternion coordinate transformation applied to space, and dual quaternion and homogeneous matrix conversion)
- 2020-11-22 12:59:36下载
- 积分:1
-
Local
说明: 用于虹膜图像处理过程中的定位过程,采用二值化结合hough变化方法进行虹膜区域的定位(For the iris image processing positioning process, combined with the use of binarization methods hough change the positioning of the iris region)
- 2008-11-12 10:57:39下载
- 积分:1
-
SEP.m
matlab code for SEP routing protocol for WSN
- 2015-02-22 20:02:28下载
- 积分:1
-
03-2x2MIMO系统的完整数据链仿真
说明: % Type of different detectors, parameters for Detector.m
ML = 1; % Joint ML Detector
JMMSE = 2; % Joint MMSE Detector
ZF = 3; % Joint Zero-Forcing Detector
% Type of different antenna selection criteria methods
MBER = 1;
MMI = 2;
LAZY = 3;
MNP = 4; %Minimum Noise Power
MMNP = 5;
LAZY2 = 6;
real_ch = 0; % real_ch = 0 refers to simulated channel in MATLAB, otherwise refers to real channel
SNR_dB = 20;% transmit SNR in the simulated channel
nr_frames = 20; % number of frames sent when simulation.
detect_type = ZF; % Detector choice
select_type = MBER; % Antenna selection choice
disp('');
tx(nr_frames);
disp('Press any key to continue');
pause
RF(real_ch,SNR_dB);
disp('Press any key to continue');
pause
BER = rx(detect_type,select_type);
- 2020-08-29 15:55:00下载
- 积分:1
-
SPA
SPA投影 用于 光谱分析 选取特征波长(SPA projection used for spectral analysis selected characteristic wavelengths)
- 2021-04-05 09:19:03下载
- 积分:1
-
psk
现代通信越来越依靠全数字处理技术, 通信系统中的全数字调制解调意味着发射机
及接收机将全部采用数字信号处理(DSP) 算法, 从而整个通信系统就可以用DSP 芯片或超
大规模集成电路(VL S I) 器件来实现。对全数字BPSK 调制解调系统采用计算机仿真的方法
进行研究能清楚地了解通信系统中所运用的数字信号处理技术, 包括信息源、发送和接收
滤波器、内插器以及判决器等全部采用数字信号处理算法来实现。文章给出了BPSK 调制
解调系统各个模块的算法和结构, 运用MA TLAB 软件进行了仿真, 得出了各个部分的时域
和频域波形图, 系统仿真的设计方法对Q PSK、16QAM 等全数字调制解调系统的硬件实现
具有实际的指导意义。()
- 2008-05-08 09:39:12下载
- 积分:1
-
matlab(erfenfa)
MATLAB高斯消去法解方程组,我调试过了,可以用的。欢迎大家下载使用!(MATLAB Gaussian elimination solution of equations, I have debug off, and can be used. Welcome to download!)
- 2009-12-08 21:51:55下载
- 积分:1
-
particle_filter
Another particle filter implementation (by by Diego Andrés Alvarez Marín) that implements Arulampalam et. al. (2002). A tutorial on particle filters for online nonlinear/non-gaussian bayesian tracking. IEEE Transactions on Signal Processing. 50 (2). p 174--188
- 2013-08-22 00:39:45下载
- 积分:1