-
dspmatlab
用matlab的GUI做的一个数字信号处理系统,选择输入信号波形及频率,进行滤波、频域分析等等。(Using matlab to do the GUI of a digital signal processing system, select the input signal waveform and frequency for filtering, frequency domain analysis and so on.)
- 2008-08-15 19:23:03下载
- 积分:1
-
amdf
求解出一段语音的短时平均幅度差函数AMDF,并绘制其波形图。(A speech to solve the short-term average range difference AMDF function, and draw the waveform figure.)
- 2012-04-02 14:59:05下载
- 积分:1
-
hunxiang
混响的算法,效果良好,可根据自己需求调节(Reverb algorithms, to good effect, according to their own needs adjustment)
- 2013-12-04 18:39:42下载
- 积分:1
-
Remote-Sensing-Image-Classification
1. 图像二值化
2. 边界跟踪,去除离散点
3. 边界提取
4. 删除短边
5. 区分河流与道路
先找到桥梁,利用桥梁上的种子点 对道路进行跟踪,从而提取整条主干道。
(1 image binarization
2boundary tracking, removal of discrete points
3 boundary extraction
4 Remove the short side
5 distinguish rivers and roads the curvature is too large)
First find the bridge, the bridge on the use of seed points on the road to follow, thereby extracting the whole trunk.)
- 2013-08-24 21:22:39下载
- 积分:1
-
Ejer_2.zip
Adaptive filter for sound processing
- 2013-05-18 01:09:19下载
- 积分:1
-
matlab-chinese-help
matlab中文帮助,现在Matlab的下载资源较少,中文版的帮助更少,有了中文版,可以更好的学习Matlab(matlab Chinese help, and now Matlab download with fewer resources, the Chinese version of the help less, with the Chinese version, you can better learning Matlab)
- 2008-04-24 09:30:59下载
- 积分:1
-
Gcv
一个自适应软阈值去噪的原程序,很实用,我用它解决了很多问题(An adaptive soft-threshold denoising of the original program)
- 2010-05-07 21:47:50下载
- 积分:1
-
song_yyjjxq
利用matlab编程实现音乐义勇军进行曲的演奏,已保存为m-文件,可直接运行(Using matlab programming Anthem playing music, saved for the m-file, can be directly run)
- 2013-08-08 15:40:49下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
daolibai_Fuzzy_Controller
基于模糊算法的倒立摆控制的matlab仿真源程序(Inverted pendulum fuzzy control algorithm matlab simulation source based)
- 2017-01-14 09:34:26下载
- 积分:1