-
MATLAB5shouce
MATLAB5语言手册.rar pdf格式(MATLAB5 language manual. Rar pdf format)
- 2008-12-13 21:08:13下载
- 积分:1
-
Chapter111
MATLAB 小波分析高级技术——书中的一些应用程序(MATLAB senior technical wavelet analysis-- Some of the applications)
- 2006-07-05 21:24:47下载
- 积分:1
-
SingleLinkInvertedPendulumControl
吊车双摆的控制,普通的PID控制难以实现(Double pendulum crane control, ordinary PID control difficult to achieve)
- 2009-07-12 16:33:29下载
- 积分:1
-
diandao
光伏逆变器中dcdc电路实现最大功率点跟踪的电导增量法程序(DCDC in the photovoltaic inverter circuit to achieve maximum power point tracking of conductance increment method)
- 2014-06-04 15:07:56下载
- 积分:1
-
LDPC
我国数字电视地面国标以及手机电视国标都采用了LDPC编码,本程序是LDPC的Matlab便解码实现,程序中附有说明,结构简洁,是了解LDPC原理和应用的最佳实例。(China Digital Television Terrestrial GB GB, as well as mobile TV using the LDPC codes, this procedure is LDPC decoding of Matlab will be realized, accompanied by a process of structural simplicity, is to understand the principle and application of LDPC best examples.)
- 2007-10-16 09:22:40下载
- 积分:1
-
BILINEAR
双线形变换法设计滤波器,需帐号就可自由下载此源码(Bilinear transform design filter, take account of this source can be downloaded free)
- 2008-01-09 12:25:40下载
- 积分:1
-
tamura-texture
Tamura的matlab程序,经过试验,可以试验,求前三个量(Tamura' s matlab program, after testing, to test, find the amount of the first three)
- 2011-05-15 09:23:51下载
- 积分:1
-
harris.m
立体视觉的关键技术是解决对应问题,点特征常被用来做特征。HARRIS角点检测算子较有影响。用MATLAB编写的。(stereo vision technology is the key to solve the matching problem, point feature often used to do features. HARRIS corner detection operator more influential. MATLAB prepared.)
- 2007-06-20 11:12:39下载
- 积分:1
-
waveletdenoisingvoice
实现小波语音去噪,基本实现了去除噪音的功能。主要读取信号,分解,去噪,重构。(The realization of wavelet denoising voice, the basic realization of the noise removal function. Read the main signal, decomposition, denoising, reconstruction.)
- 2009-05-31 23:11:29下载
- 积分:1
-
fft_plot
routine to take the Fourier transform of a signal and plot both the time and frequency domain representations. Typical use:
>> n = 100 number of data points
>> dt = 0.01 spacing between samples
>> t = 0:dt:(n-1)*dt time vector
>> y = sin(2*pi*10*t) 10 Hz sin wave
>> fft_plot(y,dt) plot of signal in time and frequency domain
- 2009-06-23 06:04:38下载
- 积分:1