-
MATLAB1
当前MATLAB在数字图像处理和分析中的应用(MATLAB in digital image processing and analysis)
- 2013-03-02 20:53:15下载
- 积分:1
-
Wheel-And-Axle
基于matlab建立的关于汽车轴的控制模型,包括轴的运动方程和模型的建立。其实在ADVISOR中可以找到,不过,用matlab2012版重新建立了。(Established based on matlab axis control on the car model, including axis motion equations and model. ADVISOR can be found in the fact, however, re-established with matlab2012 version.)
- 2013-11-22 17:02:17下载
- 积分:1
-
functionFairnessProfile_cvx
说明: Running test programming
- 2019-04-24 12:07:19下载
- 积分:1
-
Signal-Processing-and-Linear-Systems
信号处理与线性系统(英文版)( This text presents a comprehensive treatment of signal processing and linear systems suitable for juniors and seniors in electrical engineering. Based on B. P. Lathi s widely used book, Linear Systems and Signals, it features additional applications to communications, controls, and filtering。)
- 2012-08-27 10:19:43下载
- 积分:1
-
Gausshermite
高斯厄尔米特积分代码,实现高斯积分功能,环境为matlab(Gauss int)
- 2012-11-18 17:13:36下载
- 积分:1
-
xianxingxitongdepinyufenxifa
How to apply the 2D FFT functions in Matlab
如何使用MATLAB中的FFT2对图像进行二维的FFT处理详细教程(How to apply the 2D FFT functions in Matlab
如何使用MATLAB中的FFT2对图像进行二维的FFT处理详细教程)
- 2010-01-19 16:04:26下载
- 积分:1
-
ArduCopter-3.0.1
四旋翼飞控系统,包含定点,定高,自动按航迹点飞行,自动起飞,降落功能(Four-rotor flight control system)
- 2014-11-19 19:54:36下载
- 积分:1
-
wind_turbine_module
一个完整的1.5MW双馈风力发电机组的matlab仿真模型可以进行低电压穿越仿真。(A complete 1.5MW double-fed wind turbine matlab simulation model can be low voltage through simulation.)
- 2017-01-03 13:58:25下载
- 积分:1
-
1111
matlab--巴特沃斯高通滤波算法来增强图像(Matlab, butterworth high pass filter algorithm to enhance image)
- 2014-10-16 14:28:53下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1