搜索资源列表
lms_algorithm
- This program simulates plant identification least mean square (NLMS) alogrithm reference: 《LMS算法的频域快速实现》
fblms
- This program simulates plant identification using frequency block least mean square (FBLMS) alogrithm reference: 《LMS算法的频域快速实现》 LMS is modified by XXX in XXX place, see details in XXX relevant document
vc++matlab
- vc++与matlab混合编程的快速实现
VB_MATLAB_COM
- 基于COM组件的VB与MATLAB混合编程实例,简单易懂,快速实现混编目的
VC++andMATLAB
- VC++与Matlab混合编程的快速实现. 特别适用!!
VC++_Matlab
- 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。
VC++Matlab
- vc++与matlab混合编程快速实现!PDF文档下载
离散傅里叶变换,即DFT
- 离散傅里叶变换,即DFT, 注意:FFT在matlab里有现成的函数可以用,它只是DFT快速实现的一种方法而已。,DFT: Discrete Fourier transform.
fft
- 用MATLAB实现快速傅里叶变换。方程有需要的话,可以自己设定-Using MATLAB to achieve fast Fourier transform. Equation there is a need, they can set their own
VCandMatlab
- VC++ and Matlab混合编程的快速实现-VC++ And Matlab Mixed Programming rapid realization of
ksjj
- 编写一个MATLAB函数,实现快速卷积算法,给出一个实例。用一个N点离散傅立叶变换同时计算两个N点实序列的离散傅立叶变换。-The preparation of a MATLAB function, fast convolution algorithm, given a case in point. With a N-point discrete Fourier transform at the same time calculation of the two N-point real sequ
FastICA_25
- ICA的固定点算法,快速实现信号的盲分离-Fast ICA
fft_self
- 用matlab实现的一个快速傅里叶变换的函数。可以实现正变换和反变换 -it is a function developed under the matlab which can accompish the fast fourier transtorm in forward and inverse
不使用小波工具箱的快速小波变化
- 该程序不使用matlab自带的程序,自主编写,进行简单更改可以实现多中功能,算法思想是滤波器的实现!-The program does not use matlab own procedures, self-writing, more than a simple change in function can be achieved, the algorithm idea is the realization of filters!
fit
- Matlab中提供了一种快速实现多项式拟合的方法函数polyfit()函数, 其格式:p=polyfit(x,y,n)其中x,y为样本向量,n为拟合的多项式的项数。下面拟f(x)=sinx+x,在区间【-3,3】上以0.5为间隔进行拟合。-Matlab provides a fast way to achieve polynomial fitting function polyfit () function, The format: p = polyfit (x, y, n) where
MATLAB-SVM-Improvement
- 快速实现预测,SVM方法改进,混沌时间序列。注意:7.0版本以上SVM数据包qp.dll不能运行,需要改。-Rapid realization of prediction, SVM method to improve, chaotic time series. Note: The 7.0 version of the above packet qp.dll SVM can not run, needs to change.
VC_and_matlab_mix_code
- VC++与MATLAB的混合编程的快速实现 讨论了如何用MATLAB的complier将*.m函数编译为动态链接库DLL,供VC++使用的方法。-VC++ and MATLAB programming for fast implementation of mixed discuss how to use MATLAB' s complier to*. m functions compiled as dynamic link library DLL, VC++ for the methods
VCandMatlab
- 此电子书为VC++与Matlab混合编程的快速实现。对信号处理学习者有一定的帮助-This e-book for the VC++ and Matlab Fast implementation of hybrid programming. On signal processing to help learners have a certain
Fast_implementation_ofmatlab_and_VC
- matlab与VC++混合编程的快速实现-fast implementation for mixing programming of matlab and VC++
快速非局部均值
- 快速非局部均值降噪算法。比较传统的速度更快,是基于论文《a non-local algorithm for image denoising》实现的(Fast non local means denoising algorithm.)