搜索资源列表
Chahine-inverse
- 光散射法粒度测试涉及到粒度反演技术. 随着反演粒级数的增加, 通常的粒度反演法将 出现严重的振荡. 文章将Chahine迭代算法与平滑滤波技术相结合解决了高反演粒级数下数值解 的振荡, 在不改变激光粒度仪的原有结构情况下, 就可明显提高仪器的精度和分辨能力.-Light scattering particle size test relates to the granularity inversion technique. With increased the inversion gra
FFT
- 快速傅里叶变换,基于迭代算法,适于数字滤波和图像处理-Fast Fourier transform, based on iterative algorithms, suitable for digital filtering and image processing
particleplusplus
- 一个C++粒子滤波模板 粒子过滤器或连续的蒙特卡洛方法需要在每次迭代中采样大量的粒子。这使得它在MATLAB仿真特别慢。因此,为速度的缘故,需要执行的是可取的。此模板提供了一些有用的为用户模拟粒子过滤器的+ +类。- This template provides some useful C++ classes for users to simulate particle filters. We try to use the STL as much as possible to provide
neigui_V8.1
- 迭代自组织数据分析,对信号进行频谱分析及滤波,包括脚本文件和函数文件形式。- Iterative self-organizing data analysis, The signal spectral analysis and filtering, Including scr ipt files and function files in the form.
filtlan120507
- 滤波Lanczos迭代法求解代数方程组,如CG,CR,SVD等-Filtered Lanczos Iteration for solving linear equations
sanpai
- 对信号进行频谱分析及滤波,雅克比迭代求解线性方程组课设,DC-DC部分采用定功率单环控制。- The signal spectral analysis and filtering, Jacobi iteration for solving linear equations class-based, DC-DC power single-part set-loop control.
feiyan_v74
- 对信号进行频谱分析及滤波,真的是一个好程序,部分实现了追踪测速迭代松弛算法。- The signal spectral analysis and filtering, Really is a good program, Partially achieved tracking speed iterative relaxation algorithm.
kingmun_v59
- 单径或多径瑞利衰落信道仿真,部分实现了追踪测速迭代松弛算法,滤波求和方式实现宽带波束形成。- Single path or multipath Rayleigh fading channel simulation, Partially achieved tracking speed iterative relaxation algorithm, Filtering summation way broadband beamforming.
siefan_v17
- 代码里有很完整的注释和解释,用MATLAB实现动态聚类或迭代自组织数据分析,对信号进行频谱分析及滤波。- Code, there are very complete notes and explanations Using MATLAB dynamic clustering or iterative self-organizing data analysis, The signal spectral analysis and filtering.
迭代最小二乘法MATLAB程序
- 这是一份关于迭代最小二乘法的MATLAB程序,仅供个人研究使用。迭代最小二乘法是一种常用的滤波算法,它可以有效地拟合不确定数据,达到平滑的作用。