-
TimeFrequenceMatlabCode
《Matlab时频分析及其应用》的详细代码,包括第3至15章的源码。( Matlab time-frequency analysis and its applications, the detailed code, including the first chapter 3-15 source.)
- 2008-04-22 19:51:14下载
- 积分:1
-
labviewMatlab
说明: La bVl EW和MATLAB在水声信号处理中的应用(LabVlEW MATLAB)
- 2010-04-06 16:35:27下载
- 积分:1
-
matched_filter
matched filter design for detecting target signal recovery
- 2012-01-27 18:42:32下载
- 积分:1
-
2019(核)粒子滤波目标跟踪算法综述_昝孟恩
说明: 2019年的核心期刊,关于粒子滤波的各种改进,重采样,交互多模型,自适应等方面(2019 Core Journal on particle filter improvements, resampling, interacting multiple models, adaptive and so on)
- 2019-12-18 20:30:10下载
- 积分:1
-
PFC
提出了基于有限脉冲响应(FIR)模型的预测函数控制(PFC)算法,给出了采用1个基函数(阶跃函数)和2个基函数(阶跃函数、斜坡函数)的控制律的解析解,分析了闭环系统稳态特性,结果表明,系统对于设定值变化和输出扰动均无余差.结合该算法、T-S模糊建模和自适应控制技术,提出了模糊自适应预测函数控制(FAPFC)策略(Proposed based on finite impulse response (FIR) model predictive functional control (PFC) algorithm is given using a base function (step function) and two basis functions (step function, ramp function) analytic control law solution, steady-state analysis of the closed-loop system characteristics, the results show that the system output for setpoint changes and disturbances were not more than poor. combined with the algorithm, TS fuzzy modeling and adaptive control techniques proposed fuzzy adaptive predictive functional control (FAPFC ) strategy)
- 2011-06-28 09:07:06下载
- 积分:1
-
在TDOA定位系统中,运用平滑的的IMM算法对机动目标进行被动跟踪 ITDOOA Smoothn
在TDOA定位系统中,运用平滑的的IMM算法对机动目标进行被动跟踪
(TDOA positioning system, the use of smooth IMM algorithm for passive tracking of maneuvering targets)
- 2012-09-15 22:26:17下载
- 积分:1
-
liziqunsuanfa
粒子群算法是改进后的智能优化算法,它是模拟鸟类觅食的过程的一种优化算法,采用的压缩miu值得粒子群算法(PSO is improved intelligent optimization algorithm, which is a simulation of birds foraging in the process of an optimization algorithm, using the compression miu worth PSO
)
- 2011-11-16 09:45:57下载
- 积分:1
-
videofig
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.
(VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).
This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top.
Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion:
http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/
EXAMPLE 1
Place this in a file called "redraw.m":
function redraw(frame)
imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ])
end
Then from a script or the command line, call:
videofig(10, @redraw)
redraw(1)
The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image
Processing Toolbox and there s no ne)
- 2010-12-14 16:38:11下载
- 积分:1
-
FSK
this is can apply to run simulink
- 2012-01-28 05:26:15下载
- 积分:1
-
K-means
经典的K均值聚类,源码加利用三维高斯简单数据的实现对三类数据的聚类(Achieve the effect of classical K-means clustering, plus simple data)
- 2015-08-19 11:23:30下载
- 积分:1