搜索资源列表
二进制信道均衡算法源程序清单
- 关于自适应滤波的一系列程序,包括二进制信道均衡,噪声对消,信号增强等,斑竹,该加精了吧?-adaptive filter on a series of procedures, including binary channel equalization and noise cancellation and signal enhancement, fed, the rate is honed?
kalman_C
- 离散随机线性系统的卡尔曼滤波。 其中13lman.c是卡尔曼滤波函数,4rinv.c是滤波函数中用到的矩阵求逆函数,13lman0.c是主程序。-discrete stochastic linear Kalman filtering system. 13lman.c which is the Kalman filter function, 4rinv.c filtering function is used in the matrix inversion function, is the m
csf
- c常用数值算法,主要包括矩阵特征值与特征向量的计算、数学变换与滤波等20多种算法的实现-c commonly used algorithm, including Matrix eigenvalues and eigenvectors of computing, mathematics and transform more than 20 filtering algorithm to achieve
sincos
- 一个可以对采样图像进行处理的算法,包含各种滤波-a can of sampling image processing algorithms, including various kinds of filtering
FilterCurve
- 一个关于滤波的程序,包含三种方式,很值得借鉴一下-on a filtering process consists of three, is worth learning about
ZZ
- 一个关于中值滤波的程序,在Borland C++下编译通过
温度数据滤波
- 文件包然后写出其具体功能:温度数据滤波,具体不太清楚,需要的可以
Cchangyongsuanfa
- C常用算法程序集 针对工程上常用的行之有效的算法而编写的C语言函数程序集,在第一版的基础上作了修改和扩充。书中包括了近几年出现的许多新算法。全书分为数值计算与非数值计算两部分。其中数值计算部分的内容包括:线性代数方程组的求解、矩阵运算、矩阵特征值与特征向量的计算、非线性方程与方程组的求解、插值、数值积分、常微分方程(组)的求解、拟合与逼近、数据处理与回归分析、极值问题、数学变换与滤波、特殊函数、随机数的产生、多项式与连分式函数的计算、复数运算;非数值计算部分的内容包括:排序、查找、图形模式下
维纳滤波程序
- 一个用自适应维纳FIR滤波器消除脑电波中的干扰(转)-an adaptive Wiener FIR filter brain waves to eliminate the interference (switch)
filter
- 几个用C语言实现的程序滤波算法,对于单片机来说非常实用-Several programs using C language filtering algorithm is very useful for the MCU
kalman
- kalman滤波 加 小波阀门滤波法 该文为陀螺仪滤波程序-kalman filter
10_AD_sampling_software_filtering_method
- 10种AD采样的软件滤波方法,在不同环境采用不同的采样方法。-10 AD sampling software filtering method, in different environments using different sampling methods.
fiterVC051002116
- 用VC++编写中值滤波的算法,具有图形界面-The algorithm of Filter ,which use VC++
FFT
- fft变换程序,适合地震数据频谱分析及滤波处理方面-fft transform program, suitable for seismic data processing, spectral analysis and filtering
software-fliter
- 软件滤波,十种常规的方法,希望对大家有帮助-Software Filtering
Huffman
- 关于哈夫曼算法的讲解,并实现简单的图象的变换。包含图像的压缩,基本坐标的变换,滤波,锐化,直方图变换等等。- Explained on the Huffman algorithm, and simple image transformations. Include image compression, the basic coordinates of the transformation, filtering, sharpening, histogram and so on.
1
- 卡尔曼滤波简介c语言实现代码,此代码可以实现卡尔曼滤波的基本功能-Introduction to the Kalman filter c language code, the code can achieve the basic functions of the Kalman filter
A-filtering-method-of-airborne
- 机载点云滤波算法,生成DEM,国外的文章,也许对你有用。-Airborne point cloud filtering algorithm to generate DEM, the foreign article, and perhaps useful for you.
卡尔曼滤波算法
- 卡尔曼滤波(Kalman filtering)一种利用线性系统状态方程,通过系统输入输出观测数据,对系统状态进行最优估计的算法。由于观测数据中包括系统中的噪声和干扰的影响,所以最优估计也可看作是滤波过程。
纯c语言实现卡尔曼滤波
- 完成c语言下的卡尔曼滤波,主要是用了子程序,可以直接带入(C language to complete the Kalman filter, mainly with subroutines, can be brought directly)