-
PCoCS
线性调频信号(LFM)是雷达信号处理中的常见信号形式。
雷达成像中通过距离和方位2个方向的脉冲压缩实现高分辨成像。
附件中对这一技术的实现和误差分析进行了MATLAB仿真。(LFM (LFM) radar signal processing is a common signal format. Radar imaging distance and direction through the direction of two pulse compression to achieve high-resolution imaging. Annex to the realization of this technology and error analysis of MATLAB simulation carried out.)
- 2010-06-28 21:17:41下载
- 积分:1
-
sparseAutoencoderCost
斯坦福大学机器学习课程的一个源代码例子,对于机器学习和deep learning的学习研究很有帮助(this codes are from standford university,which are about machine learning and deep learning.they will be helpful in this research field)
- 2013-10-16 21:04:32下载
- 积分:1
-
Max-Lyapunov
根据最大Lyapunov指数的进行不同时间序列的预测方法(max Lyapunov)
- 2012-10-17 17:22:06下载
- 积分:1
-
Wiener-filtering-method
在matlab的环境下进行的维纳滤波法图像复原模拟实验(Wiener filtering method for image restoration on Matlab)
- 2013-05-20 17:14:26下载
- 积分:1
-
convolution-code
The encoder and decoder of convolutional code
- 2013-05-24 23:01:22下载
- 积分:1
-
State-Machine
This gives the function of state machine
- 2016-09-27 00:26:34下载
- 积分: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
-
svpwm
svpwm电压空间矢量控制算法的simulink实现(the SVPWM)
- 2012-04-24 13:20:06下载
- 积分:1
-
Radar-Systems-Analysis-and-Design-
雷达系统分析与设计(matlab),非常清晰的pdf(Radar Systems Analysis and Design Using MatLab)
- 2012-05-24 12:33:47下载
- 积分:1
-
Motor_pi
Scalar control of induction motor
- 2015-01-18 20:33:07下载
- 积分:1