-
zoomfft
matlab中的一个zoomfft例程,用于对fft频谱细化,以得到更大的分辨力。(zoomfft)
- 2009-04-20 09:06:51下载
- 积分:1
-
LReP
LReP Learning Algorithm in Cellular Automata Matlab Code
- 2011-08-23 02:58:38下载
- 积分:1
-
yanshichengxu4
matlaB simulink 初学者演示教学代码 不太难的应用(matlaB simulink beginners demonstration teaching code is not too difficult applications)
- 2012-11-25 21:05:15下载
- 积分:1
-
opt
四种不同的算法:AdaGrad、Adam、momentumGrad、RMSProp算法来解决优化问题:min f=1/2*||Ax-b||_2+u*||x||_1(Four different algorithms: AdaGrad, Adam, momentumGrad, and RMSProp algorithms to solve the optimization problem: Min f=1/2*||Ax-b||_2+u*||x||_1)
- 2021-04-13 16:28:56下载
- 积分:1
-
readVideo
由matlab实现的读取视频及音频的代码,并保存每一帧图像。(Read video and audio from the matlab code to achieve, and save each frame.)
- 2014-01-21 11:30:31下载
- 积分:1
-
code-for-face-detection
Lets see how to detect face, nose, mouth and eyes using the MATLAB built-in class and function. Based on Viola-Jones face detection algorithm, the computer vision system toolbox contains vision.CascadeObjectDetector System object which detects objects based on above mentioned algorithm.
- 2014-03-26 18:27:47下载
- 积分:1
-
源文件:GA_TS_VRP问题遗传算法算路径优化模型
遗传算法求解VRPTW,可运行,附带说明(VRPTW-GA Genetic Algorithms for VRPTW Solution, Running, with Description)
- 2021-04-25 20:48:46下载
- 积分:1
-
m
说明: matlab 直接序列扩频中对于高斯白噪声的抗干扰仿真仿真程序(matlab in direct sequence spread spectrum interference for the simulation of Gaussian white noise simulation program)
- 2011-05-12 08:16:36下载
- 积分:1
-
3D-PLOT-USING-MATLAB-IN-PSCAD
3D PLOT USING MATLAB IN PSCAD
WARNING
* This case only works if you use the Compaq/Intel Fortran Compiler.
A T_D_PLOT component.
It provides the interface to a MATLAB function t_d_plot . It is a user-defined function and the m-file T_D_plot.m contains its definition. This component plots a 3-dimensional curve.
Input: X, Y and Z values of the point to be plot
Output: a dummy output of value zero
Parameters of T_D_PLOT component.
- 2014-01-04 09:39:02下载
- 积分:1
-
sparfilt
优点:1.对于信噪比高的信号滤波效果好;
% 2.对于边沿的保护强过阈值滤波,不会产生阈值滤波情况下的过于平滑与Gibbs现象。
%缺点:1.由于对边沿信号没做任何处理,所以边沿可能会有脉冲噪声保留下来;
% 2.计算相关系数中,如果计算出来的小波系数点位置偏差大,则相关系数计算受影响;
% 3.需要迭代运算,迭代的噪声能量阈值选取很重要,这里以开始段无信号处估计噪声;
% 4.需要迭代运算,所以运算量比阈值法大;
% 5.受分解层次影响,在大尺度上小波系数点位置偏差更大,相关系数计算不准确。
%需要具体调整的地方:1.分解的尺度;()
- 2008-03-28 10:26:51下载
- 积分:1