搜索资源列表
lms_noise_cancellation
- 自适应噪声对消源程序,LMS算法自适应滤波器仿真-adaptive noise cancellation source, LMS adaptive filter algorithm simulation
二进制信道均衡算法源程序清单
- 关于自适应滤波的一系列程序,包括二进制信道均衡,噪声对消,信号增强等,斑竹,该加精了吧?-adaptive filter on a series of procedures, including binary channel equalization and noise cancellation and signal enhancement, fed, the rate is honed?
yesignal
- 信号生成:可以生成各种类型的信号包括正弦波、方波、三角波、扫频信号、调幅波、白噪声、窄带随机信号等-signal generation : can generate all types of signals, including sine, square, triangle wave, sweep signal amplitude wave, white noise, narrowband random signals
c4.5r8
- 决策树ID3算法的改进算法,可以处理数值属性,缺丢值和噪声数据.
白噪声随机数的产生
- #include<stdio.h> #include<stdlib.h> #include<math.h> #define E 6 #define D 1 double N() { double n=0;int i; for(i=0;i<12;i++) n+=(double)rand()/RAND_MAX; n=(n-E)/sqrt(D); return n; } void main() {
baobianquzao
- 包边去噪 可以对数据进行噪声消除 提高数据质量-Hemming denoising the data noise cancellation to improve data quality
noise-suppression
- 各种信号噪声抑制算法的全局收敛性、渐近稳定性、计算复杂度以及鲁棒性的研究等等。 -Various signal noise suppression algorithm of global convergence, asymptotic stability, computational complexity and robustness.
filter_code
- 数字信号滤波器,过滤大地电磁噪声,是基于数学形态滤波的大地电磁强干扰分离方法-the digital filter
self_correlation
- 利用自相关函数可以检测含有噪声的信号序列中隐含的周期性。-Autocorrelation function can be detected using the noisy signal sequence implicit periodicity.
PHD
- PHD滤波,含速度与加速度的方向,去除系统噪声协方差矩阵-PHD filtering, including speed and acceleration of the direction of removing system noise covariance matrix
mobicom14-lens
- 鲁棒的压缩感知算法,根据网络数据的低质特性,将数据矩阵分解为低质矩阵,稀疏的异常数据阵,噪声阵,和错误数据阵。算法具体描述了各个矩阵。-RObust compressive sensing algorithm accurately decompose a network matrix into a low-rank matrix, a sparse anomaly matrix, an error matrix, and a small noise matrix
DBSCAN
- 在vs2010上实现的DBSCAN算法,改算法抗噪声能力强,但是缺点是时间复杂度为n的三分之四次方。-The implementation of DBSCAN algorithm
eemd
- EEMD源代码,能够预处理白噪声时间序列,对预测精度有很大提高,IMF的个数可以根据自己的要求来设置。-EEMD source code, can preprocessing white noise time series, the prediction accuracy is greatly improved, the IMF s number can be set according to their requirements.
卡尔曼滤波算法
- 卡尔曼滤波(Kalman filtering)一种利用线性系统状态方程,通过系统输入输出观测数据,对系统状态进行最优估计的算法。由于观测数据中包括系统中的噪声和干扰的影响,所以最优估计也可看作是滤波过程。
noiqe
- 设计最小二乘逆滤波器求解反卷积问题,假设有观测噪声,为降低观测噪声的影响-Design least-square deconvolution problem solving inverse filter, assume that the observation noise, in order to reduce the effects of observation noise
theRATOABatplitude
- 通信原理课程原理课题:数字幅度调制的抗噪声性能,程序运行于MATLAB环境下-Communication principle course principle: digital amplitude modulation noise resistance, the program runs in the MATLAB environment
FVDXNYA
- 这是消除信号中噪声的程序,是国外编制的,比较适合初学,-This procedure is to eliminate the noise in the signal, is compiled by abroad, suitable for beginners,
卷积反投影
- 滤波反投影的改进算法,先进行傅里叶变化,再进行傅里叶逆变换,去掉噪声
