-
xiaobo1
说明: 图像的小波分解,然后进行压缩,以及最终的恢复图像(Wavelet image compression recovery)
- 2010-04-25 14:00:16下载
- 积分:1
-
New-WinRAR-ZIP-archive
simple code for filtering image
- 2013-11-14 21:28:37下载
- 积分:1
-
myfft
说明: 自己编写的基为2的fft程序,输入为时间序列,输出为DFT序列(matlab code that can perform FFT based on radix-2 algorithm)
- 2010-04-24 01:22:41下载
- 积分:1
-
ofdm
matlab正交频分复用(OFDM)技术matlab实现仿真源代码(matlab orthogonal frequency division multiplexing (OFDM) technology to achieve simulation source code matlab)
- 2011-04-22 14:52:43下载
- 积分:1
-
syllebus
UN AUTRE MONDE DE LA VISION.............MATLAB..................SEGMENTATION
- 2013-12-12 18:22:29下载
- 积分:1
-
PQ_controlled_dq_1
本次设计介绍了并网逆变器的数学模型、PQ 恒功率控制原理,搭建了 PQ 控 制模型,验证了 PQ 控制的运行特性,实现了有功无功功率的任意调节。(This design introduces the mathematical model of the grid-connected inverter and the PQ constant power control principle. The PQ control model is built to verify the operating characteristics of the PQ control and realize the arbitrary adjustment of the active and reactive power.)
- 2018-09-06 20:54:16下载
- 积分:1
-
MTD
用来实现MTD处理,利用FIR滤波器实现(MTD used for processing, the use of FIR filter)
- 2009-04-16 15:56:32下载
- 积分:1
-
attachments_2009_11_04
Gneration of direct, indirect signals with and with out delay and resultant signals
Auto correlation function of those signals
- 2009-11-13 13:43:56下载
- 积分:1
-
KalmanFiltering
经典的Kalman滤波方面书籍《卡尔曼滤波理论与实践》(英)源代码(Kalman Filtering- Theory and Practice.rar)
- 2011-06-19 20:43:23下载
- 积分: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