-
FFT-frequency-analysis
FFT的频谱分析及应用 包括模拟信号 、连续信号、 以及噪声信号的频谱分析(FFT spectrum analysis and application of analog signals of a continuous signal and the noise signal spectrum analysis)
- 2013-05-17 10:43:56下载
- 积分:1
-
BinwaveletImageEnhancement
学习二进小波变换用于图像增强,很好的例子,可以实现非线性增强。希望对大家有帮助。(study wavelet transform for image enhancement, good example, can achieve a nonlinear increase. We want to help.)
- 2006-06-04 09:22:39下载
- 积分:1
-
class_bp
New clasification neural network
- 2012-10-02 03:08:55下载
- 积分:1
-
all-time-apprent-resistivity
将接地长导线源沿导线方向分解成多个电偶极子源,对若干电偶极子源产生的响应进行叠加得到接地长导线源的Hz响应。计算结果表明接地长导线源的Hz响应与电阻率之间的关系也为单值关系。(Decompose the grounded long wire source along the wire direction with several electric dipole, and overlay the response which produced by the electric dipole as the grounded long wire source’s response. The result show that the relationship between the Hz component of ground long wire source and resistivity are also single valued.)
- 2015-01-06 21:56:57下载
- 积分:1
-
ACS-31TSP
自己改进的蚁群算法求解31城市tsp问题的程序(Own improved ant colony algorithm program 31 cities tsp problem)
- 2021-04-13 15:48:56下载
- 积分:1
-
informationblindsourceseparation
基于信息最大化的盲源分离,采用2路混合超高斯信号,分离效果明显(Based on information maximization blind source separation using 2-way mixed super-Gaussian signal, separation effect is obvious)
- 2010-06-12 11:02:38下载
- 积分:1
-
tx_modulate
the basic space time block code techniqes
- 2010-12-22 18:05:58下载
- 积分:1
-
grating
本帖调用自编函数(grating)绘制光栅条纹图像,通过例子讲解水平、竖直、环状和辐射状光栅条纹图像的绘制,用黑白和彩色显示效果给大家视觉上的震撼。调用自编函数时,可以通过成对出现的参数控制条纹的方向、颜色、周期、相位角等。(This post calls self-function (grating) draw grating image, by way of example to explain the horizontal, vertical, circular and radial grating image rendering, with monochrome and color display give you visual shock. Self function call, the parameters can be controlled by pairs stripe orientation, color, period, phase angle.)
- 2013-11-17 16:54:31下载
- 积分:1
-
adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
load clouds
[test_targets, E] = lijsada_boost(patterns, targets, patterns, 100, Stumps ,[])
train_patterns 每列为一样本
train_targets 每列为一样本目标
100 :Number Of Iterations
Stumps: Weak Learner Type
Learner s parameters :[]
adaboost +stumps
testRightR = 0.7522(Adaboost is an iterative algorithm)
- 2014-01-20 13:05:34下载
- 积分:1
-
bayes_demo
目标跟踪的扩展卡尔曼滤波算法主函数的文件是:kal_demo.m
近似网格滤波的主函数文件是:bayes_demo.m
近似网格滤波划分网格的方法是:以目标上一个时刻的位置作为中心进行网格的划分,每个网格大小为1,总的区域为5*5
改进后算法的主函数文件是:trackiing_demo.m(Target tracking extended Kalman filter algorithm is the main function of the document: kal_demo.m approximate mesh filter paper is the main function: bayes_demo.m approximate mesh filter into the grid method is: in order to target the location of a moment as the central to carry out the division of the grid, each grid size of 1, with a total area of 5* 5 to improve the algorithm)
- 2007-09-30 11:20:49下载
- 积分:1