-
rfgg
低通滤波器是容许低于截至频率的信号通过, 但高于截止频率的信号不能通过的电子滤波装置。
(low-pass filter )
- 2011-01-08 23:22:17下载
- 积分:1
-
mclt
说明: mclt变换的源程序,希望对大家有帮助,是我自己编写的!(Transform mclt source, we would like to help)
- 2009-08-08 18:49:41下载
- 积分:1
-
DVB-S2_Factsheet
data sheet on DVBS2 for matlab coding
- 2011-08-28 15:22:07下载
- 积分:1
-
LevelSetMethods
Level Set Based Image Segmentation
- 2010-11-02 06:28:40下载
- 积分:1
-
Imageequilibria
说明: 这是我自己写的一个Matlab原代码:直方图均衡化,另外送上别人写的一种算法,给大家比较,接下来我还想写一种能强化细节的自适应直方图均衡法。。请大家多多指教(that I wrote an original Matlab code : histogram equalization, and send the others to write an algorithm for the sake of comparison, the next one I want to write details can be enhanced adaptive histogram equalization method. . Please exhibitions. .)
- 2006-04-10 21:19:16下载
- 积分:1
-
Untitled
用db5小波分解嗲能质量信号
并低频部分高频进行重构
最后给出图像(Db5 can whine with the quality of the signal wavelet decomposition and reconstruction low-frequency part of the high-frequency image is given)
- 2011-06-26 14:38:12下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
shuzilvboqi
基于matlab的数字滤波器设计的文献大全(Matlab digital filter design based literature Daquan)
- 2013-04-25 23:20:52下载
- 积分:1
-
kalman程序
线性卡尔曼滤波在温度测量、自由落体运动目标追踪、GPS导航定位、石油地震勘测、视频图像目标追踪中的应用(Application of Linear Kalman Filter in Temperature Measurement, Free-falling Motion Target Tracking, GPS Navigation and Positioning, Petroleum Seismic Survey and Video Image Target Tracking)
- 2020-06-20 13:00:01下载
- 积分:1
-
GA
说明: 用matlab语言编写的遗传算法程序,可以求最优值,可以参考一下(Languages with matlab genetic algorithm procedure, you can seek the optimal value, you can refer to)
- 2008-12-10 15:34:49下载
- 积分:1