-
BP_matlab
实现BP神经网络的matlab运算,运算效率高,方便,快捷(BP neural network matlab realize operation, high operational efficiency, convenient and fast)
- 2014-12-07 10:00:44下载
- 积分:1
-
EEG-Emotion-classification-master
说明: DEAP数据集下的情绪识别分类,包括特征提取和分类(Emotion recognition classification based on deap data set, including feature extraction and classification)
- 2020-02-09 15:21:47下载
- 积分:1
-
DCT
一个基于dct变换的数字水印算法的源程序,可供进行数字水印学习和研究的学生及科研工作者学习参考(DCT-based digital watermarking algorithm transform the source code, available for study and research of digital watermarking students and researchers to study the reference)
- 2007-09-05 02:40:19下载
- 积分:1
-
chengxu
刘金锟老师的先进PID控制及其matlab仿真第二版程序(Liu Kun, a teacher of advanced PID control and its procedures for the second edition of matlab simulation)
- 2009-12-09 09:35:32下载
- 积分:1
-
AnalysisOfSystems
analysis( graphical and parametric ) of 1st-order , 2nd-order & nth-type systems
(This Program Includes ::::::::::::
1:: Analysis of 1st order systems for 1.step signal ,2.ramp signal, 3. Accelaration signal.
2:: Analysis of 2nd order systems for 1.step signal, 2.ramp signal.
3:: Frequency analysis of 2nd order systems.
4:: Steady State Error Analysis of "0th" , "1st" , "2nd" type systems.
5:: Performance Indices of a System.
)
- 2010-12-14 16:41:05下载
- 积分:1
-
LMS_noise
说明: 自适应抵消法程序,最小二乘法(LMS)自适应滤波器,噪声抵消(Adaptive canceling procedures, least square method (LMS) adaptive filter, noise cancellation)
- 2011-03-23 09:45:24下载
- 积分:1
-
Adaptive-Filters
Matlab code for adaptive filters
- 2011-12-02 17:20:10下载
- 积分:1
-
GRATING
实现光栅自成像的程序,并用基本函数进行了验证(Grating self-imaging program, and use the basic functions were verified)
- 2013-04-17 14:21:59下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
ofdmproj_win
应用matlab开发的ofdm源代码,其中和QAM调制方式做了比较,内含部分说明文档(Application development of OFDM matlab source code and QAM modulation which has done a comparison, contains some documentation)
- 2008-01-26 14:36:19下载
- 积分:1