-
ch8
说明: MATLAB 7编程 数字信号处理源代码(MATLAB)
- 2010-04-23 12:03:52下载
- 积分:1
-
lleache
leach协议的MATLAB实实现,是研究无限传感器网络的必备
(leach MATLAB real implementation of the protocol, it is essential to study the infinite sensor networks)
- 2012-08-23 21:43:21下载
- 积分:1
-
Min-WLI
这是一个用于消除用户间干扰的MATLAB代码,利用了最小化干扰泄露的迭代优化算法,将用户接收到的干扰功率逼近于零来实现干扰消除。(This is a MATLAB code for eliminating interference between users, the use of iterative optimization algorithms minimize interference leaked, the user receives interference power approximation to zero to achieve interference cancellation.)
- 2014-11-13 11:17:56下载
- 积分:1
-
MUSIC through C and MATLAB
采用music算法来用于进行DOA估计,可以达到很高的识别精度(MUSIC algorithm is used for DOA estimation, which can achieve very high recognition accuracy)
- 2017-08-04 15:14:40下载
- 积分:1
-
zoom
DCT compressed mpeg using matlab code
- 2010-12-02 20:42:45下载
- 积分:1
-
依赖坐标的分割方法
说明: 用matlab编写的一种依赖坐标的图像分割方法,即动态阈值分割法(using Matlab prepared by the coordinates of a reliance on image segmentation method, that is, dynamic thresholding segmentation method)
- 2006-01-09 10:42:54下载
- 积分:1
-
Kalman_Filter
matlab 基于matlab卡波曼滤波程序(matlab matlab Kabo Man-based filtering procedures)
- 2012-06-14 21:15:33下载
- 积分:1
-
gridrectifier
自己编的,用两电平电压型PWM整流器实现网侧单位功率因数整流,SVPWM调制(control rectifier with svpwm)
- 2014-12-08 17:25:11下载
- 积分:1
-
MIMO-OFDM_Simulator
MIMO-OFDM仿真程序,包含完整的信道仿真程序,信道估计程序(MIMO-OFDM simulation program, including a complete simulation program channel, channel estimation procedures)
- 2009-04-13 11:18:52下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1