-
Introduction.to.Digital.Signal.Processing.and
数字信号处理和滤波器设计,希望对大家有帮助。(Digital signal processing and filter design, in the hope that everyone has to help.)
- 2007-09-20 13:19:54下载
- 积分:1
-
12345
提供一种求解最优哈密尔顿的算法---三边交换调整法,要求在运行jiaohuan3(三交换法)之前,给定邻接矩阵C和节点个数N,结果路径存放于R中。(Hamilton provides an optimal algorithm for solving triangular exchange--- Adjustment Act to require running jiaohuan3 (c exchange) before the adjacency matrix C, given the number of nodes N, the results of the path stored in R,.)
- 2010-11-29 13:25:47下载
- 积分:1
-
Matlab_form_A_Bf_Qf_GUI
电力系统研究生课程-电网络理论-课程作业-基于Matlab的关联矩阵、回路矩阵、割集矩阵的生成:
1.此软件为MATLAB实现三个基本矩阵的生成;
2.利用MATLAB编写了用户界面,界面美观清楚;
3.注释清晰,值得参考。(Power System Master' s course- electrical network theory- course work- based on Matlab correlation matrix, loop matrix, cut set matrix generation: 1. This software is MATLAB implementation generates three basic matrix 2. Use MATLAB prepared a user interface, clear and beautiful interface 3. Note clear, it is also useful.)
- 2015-05-26 15:53:59下载
- 积分:1
-
fennui
关于小波的matlab复合分析,中介真值程度度量,基于中介真值程度度量的图像分割可以动态调节运行环境的参数。( Matlab wavelet analysis on complex, The true extent of the value of the intermediary measure, measure the true extent of the agency based on the value of image segmentation Can dynamically adjust the parameters of the operating environment.)
- 2016-12-21 14:28:43下载
- 积分:1
-
plx_new
该文档时一个宽带信号处理的源代码,被验证是成功的,可以供学习练手(The document, a broadband signal processing, source code, to be verified to be successful, you can study and practice for hand)
- 2010-05-08 13:55:00下载
- 积分: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
-
based-OPNET-M_M_marrange-simulink
OPNET入门学习教程一基于OPNET的M_M_m队列仿真( about OPNET study programme-based OPNETM_M_m arrange simulink)
- 2011-12-20 21:13:46下载
- 积分:1
-
GUISUSAN
边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的边缘检测中,实验证明该算法非常适合含噪图像的边缘检测。 2 SUSAN边缘检测简介
(err)
- 2009-10-22 11:34:46下载
- 积分:1
-
OFDM_Transmitter
OFDM transmitter for DVB-T. Credit to Guillermo Acosta.
- 2009-06-09 15:11:00下载
- 积分:1
-
Fingerprinting007
Fingerprint image extraction pdf file
- 2011-02-07 19:51:04下载
- 积分:1