-
zf_mmse
说明: MIMO预编码,线性zf,mmse预编码性能比较(MIMO pre-coding, linear zf, mmse Performance Comparison of precoding)
- 2021-04-11 18:58:58下载
- 积分:1
-
ADSP_HW1_R02942103_v1
an advantage digital signal processing simulation focuses on Minimax algorithm
- 2014-12-28 17:50:35下载
- 积分:1
-
IJIGSP-V4-N2-8weiner
classification is used to classify between normal and abnormal images
- 2014-10-08 17:21:42下载
- 积分:1
-
Vehicle-license-plate-recognition
基于Matlab车辆车牌的识别,完整程序,可用(Vehicle license plate recognition based on Matlab, complete procedures, is available
)
- 2013-03-19 19:08:32下载
- 积分:1
-
Electrical_Angle
This module will calculate the electrical angle between two different signals (Normally current + Voltage). once the first siganl as a reference signal and once the second signal as a reference signal.
- 2013-10-29 18:55:37下载
- 积分:1
-
LMScode
Beamforming Source code using LMS
- 2012-10-22 15:02:28下载
- 积分:1
-
Hopfbifurcation
his is an hopf bufurcation program with using matlbab programming of some systems systems.
- 2016-05-02 19:37:16下载
- 积分:1
-
use_matlab_to_draw__curving_column
已知轴线方程,把圆柱按轴线分若干段,在每个断面画圆,圆的法线就轴线的切向方向。柱面画若干平行于轴线的线条,其中用到平行单位矢量点积等于1,不平行的结果是[-1,1)。
(Axis equations are known, according to the axis of the cylinder divided into several segments, each section in the circle, the circle axis normal to the tangential direction. Number of cylinders parallel to the axis of drawing lines, which use the parallel unit vector dot product is equal to 1, the result is not parallel to [-1,1).
)
- 2010-11-08 10:39:21下载
- 积分: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
-
signal-modulate
用于信号调制的函数,可对自然码和格雷码的性能进行比较。(Function for signal modulation of natural code and gray code)
- 2012-05-02 16:14:20下载
- 积分:1