搜索资源列表
Extended_kalman
- a fundamental extended kalman filtering algorithm for zero-level users, the details of algorithm structure can be checked the function file-a fundamental extended kalman filtering algorithm for zero-level users, the details of algorithm structure ca
ECG_Analysis
- A program that does analysis on heart and lung function. A Fast Fourier transform is done to the data.
Transport-problem-CPP-Builder-6
- The archive contains the program and the source code (Borland C ++ Builder 6) solve the transport problem of the method of potentials. These programs are administered the form (by hand) or a file (sample raw data files are). The program displays a wi
Garbor-function
- 有了Gabor核函数后就可以采用前文中提到的“离散二维叠加和卷积”或“快速傅立叶变换卷积”的方法求解Gabor变换,并对变换结果求均值和方差作为提取的特征。32个Gabor核函数对应32次变换可以提取64个特征(包括均值和方差)。由于整个变换过程代码比较复杂,这里仅提供测试代码供下载。该代码仅计算了一个101×101尺寸的Gabor函数变换,得到均值和方差。代码采用两种卷积计算方式,从结果中可以看出,快速傅立叶变换卷积的效率是离散二维叠加和卷积的近50倍。-to extract features
haar-obgect-dete
- The Haar transform is the simplest of the wavelet transforms. This transform cross-multiplies a function against the Haar wavelet with various shifts and stretches, like the Fourier transform cross-multiplies a function against a sine wave with two p
2
- User enters a number which stores in variable num Then number passes as argument in function call A static variable is used to check that how many times function is called When base case becomes true if(statement) then function returns result
5
- A while loop is used and will terminate when user will press esc key. To get the characters a function getche() is used conio.h which will store in char variable and store into the file using putc() function. On pressing esc to avoid any other cha
duozhongqun
- 这是一个有效避免遗传算法早熟问题的函数优化方法,通过移民算子联系个种群,实现各种群的协同进化-This is an effective way to avoid the problem of premature genetic algorithm function optimization method, the sub-contact populations through migration operator, to achieve a variety of co-evolution gro
bootstrap_ToolBox
- 这是MATLAB中的一个工具箱,bootstrap工具箱,主要是小样本估计总体值的一种非参数方法的集成,在MATLAB中先配置后函数调用。-This is a MATLAB toolbox, bootstrap toolbox, mainly small sample estimation of the overall value of a non parametric method of integration, in the MATLAB configuration function cal
welch算法实例
- 用matlab中的welch分析加速度功率谱密度(a example of matlab fwelch function)