-
LT_matlab
lt码的MATLAB实现,程序绝对正确,并且非常完善(lt code MATLAB implemention,program is absolutely correct and very well.)
- 2021-04-11 16:38:57下载
- 积分:1
-
biansheng
此文件实现了让语音信号通过低通,高通,带通滤波器使其变声,并且在GUI界面上绘出了个滤波器的频率响应和语音信号的频谱。(This file allows to achieve a voice signal through a low pass, high pass, band pass filter to make it change the sound, and plotted on a GUI interface and voice signal spectrum frequency response of a filter.)
- 2014-04-19 19:33:00下载
- 积分:1
-
Windows-Precompiled-RF
说明: matlab 的随机森林代码,很不错,学习rf必备(matlab code for random forests, very good)
- 2011-03-14 16:38:51下载
- 积分:1
-
CoefsMel
This sourcecode extracts de melcepstrum coefficient of an audio file. You should give to de function, the audio file save as a vector, and the function returns a vector with 23 melcepstrum coefficients.
- 2010-05-11 16:03:34下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
波束成形
关于智能天线的一些MATLAB仿真源程序,详细讲述了波束成形、波达方向以及LMS算法、LS算法等仿真程序,具有通俗易懂,便于修改调试等特点(Parallel relation of genetic algorithm in crossover and mutation)
- 2020-09-11 20:08:01下载
- 积分:1
-
OFDM_4QAM
OFDM用4QAM调制,simulink仿真(OFDM with 4QAM modulation,with simulink)
- 2012-05-04 20:08:25下载
- 积分:1
-
基于Weber和simulink的齿轮啮合刚度计算
说明: 使用weber算法计算齿轮啮合刚度,具有重大意义。(It is of great significance to use the weber algorithm to calculate the gear mesh stiffness.)
- 2020-07-13 15:38:53下载
- 积分:1
-
kmeans
codes for kmean method
- 2010-03-07 23:33:34下载
- 积分:1
-
shadow
说明: 图片的阴影检测,是基于RGB空间模型的很适合初学者学习使用。(Image detection, is based on the RGB space model is suitable for beginners to learn to use.)
- 2011-03-01 20:18:29下载
- 积分:1