-
matlab-toolbox-of--control
电子书籍,内容是关于matlab的控制系统工具箱的介绍和使用。(introduction of matlab toolbox on control system)
- 2011-09-20 17:11:50下载
- 积分:1
-
RELAX
基于HRRP和RELAX算法的雷达目标识别,RELAX算法比较经典,适合新手练习。(Radar target recognition algorithm based the HRRP, and RELAX, RELAX algorithm is more classic, suitable for novice practice.)
- 2021-04-23 09:48:48下载
- 积分:1
-
gaopinzhurull
永磁同步电机位置传感器矢量控制Matlab程序
高频注入法(Permanent magnet synchronous motor position sensorless vector control program Matlab
High frequency injection method)
- 2021-03-10 10:09:27下载
- 积分:1
-
Fourier-transform-and-filter-design-
傅立叶变换和滤波器设计的ppt介绍傅立叶变换和滤波器设计(Fourier transform and filter design ppt)
- 2013-05-17 10:53:18下载
- 积分:1
-
bpskqpsk
BPSK、QPSK误码率matlab仿真(BPSK, QPSK BER simulation matlab)
- 2014-01-13 11:30:24下载
- 积分:1
-
junhenghua
关于图像的均衡化,绘制图像的灰度直方图,得到均衡化以后的图像(Equalization on the image and draw the image histogram, image obtained after equalization)
- 2010-07-06 16:37:29下载
- 积分:1
-
pitch
语音信号的基音抽出分析,可用于语音识别,效果不错(Pitch out of the speech signal can be used for speech recognition, good results)
- 2010-09-27 14:37:39下载
- 积分:1
-
m3
说明: 这是国外一本经典教材附带的程序,通信系统的matlab实现,所含例子丰富(This is a classic foreign materials attached to the procedures, communications systems to achieve matlab contains abundant examples of)
- 2009-05-21 20:33:21下载
- 积分:1
-
ImageProcessing
matlab documentation
- 2013-01-04 19:53:51下载
- 积分: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