-
eluosifangkuai-MATLAB
俄罗斯方块的MATLAB版,其中附源代码。(The MATLAB version of Tetris, including the source code attached.)
- 2009-05-18 11:21:42下载
- 积分:1
-
sdr-core
一种软件无线电核心算法的演示,包含了傅里叶变换,降噪滤波,常用调试解调等(Core algorithm of a software radio demo, contains the Fourier transform, noise reduction filtering, demodulation and other common debugging)
- 2011-01-17 16:04:23下载
- 积分:1
-
c12
matlab得接收机放入仿真程序,很有参考价值,值得学习一下(matlab get the receiver into the emulation program, useful and worth learning about)
- 2010-05-11 21:44:20下载
- 积分:1
-
Desktop
说明: 用fft进行特征提取,并画出相应的图。再进行神经网络分类(FFT is used to extract features and draw corresponding graphs.)
- 2019-04-24 17:15:54下载
- 积分:1
-
Sound_modulation_A_law_u_law
脉冲编码调制程序,采用A律和u律,可在GUI中显示变换前后波形区别并播放声音。(A Pulse Code Modulation program based on A-law and u-law. Can display in the GUI waveform before-and-after difference and play the sound.)
- 2013-04-01 09:05:59下载
- 积分:1
-
JPEG2000.ppt
Matlab code of Histogram Equalization
- 2015-03-27 13:21:01下载
- 积分:1
-
ELM-and-SRC
A hybrid approach combining extreme learning machine and sparse representation for image classification
- 2014-08-12 16:54:50下载
- 积分:1
-
EP-score
power point for ep score
- 2014-11-13 06:52:01下载
- 积分:1
-
Digital-image-processing(1)
数字图像处理中利用matlab完成图像的傅里叶变换、放大、直方图变换、中值滤波、小波变换基本功能(Digital image processing complete use of matlab image of Fourier transformation, amplification, histogram transform, median filtering, wavelet transform basic functions
)
- 2012-05-18 19:18:13下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1