搜索资源列表
-VHDL
- 本报告分两部分: 1 由matlab计算FIR数字滤波器的滤波系数; 2 用VHDL语言设计逻辑电路,再通过QUARTUS II 软件,将各个模块的电路封装成期间,在顶层设计中通过连线,完成整个系统。 -FIR digital filters based on VHDL
Kalman
- 卡尔曼滤波的基础上简要介绍了和处理代码。过程通过随机噪音过滤掉,以获取原始信号。-Kalman filter based on a brief introduction and processing code. Process through the filter out random noise to obtain the original signal.
MATLAB6
- Matlab环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-Matlab environment, several digital image processing experiments, including the image gray level transformation, histogram equalization, histogram matching, neighborhood average, local
qiji-eprint-1414-kalman-filtering-the-matlab-2nd.r
- 我收藏的关于kalman滤波的资料,拿出来和大家分享-I kalman filter on the collection of information, to share out
xinalvbozaiqiupinyu
- 对文本格式的信号先滤波再求频域,便于在神经网络中应用,这是用matlab做的,很有用。-The text format, the signal first and then seek the frequency domain filtering
11
- MATLAB 维纳滤波论文 希望可以有用-MATLAB Wiener filter paper hope that we can be useful
adapt_filter
- 自适应滤波的MATLAB实现,介绍了LMS算法、NLMS算法和RLS算法-failed to translate
ADPF
- 基于统计决策规则提出自适应采样数粒子滤波算法, 在定义综合性能风险函数的基础, 推导出粒子数与滤波误差方差之间的关系式, 使得在跟踪过程中, 可以根据目标的机动情况在线调节粒子数, 以使跟踪性能 达到最优。在Matlab仿真平台下进行了闪烁噪声下的机动目标跟踪实验, 结果表明, 自适应采样数粒子滤波算法是一种有效的机动目标跟踪方法, 跟踪性能较基本粒子滤波算法提高了3.17倍。-Based on statistical decision rules of the number of adap
Designandrealizationofadaptivenoisecancellerbasedo
- 阐述了自适应噪声抵消(ANC)技术的基本原理,基于自适应滤波器的原理,设计了自适应噪声抵消器 在对自适应滤波器相关理论研究的基础上,重点研究了自适应噪声抵消器的核心———LMS自适应滤波算法。在MATLAB中的Simulink下,建立了自适应噪声抵消器的模型,并通过设置不同的参数进行仿真,结果表明系统能够有效地从噪声中恢复出原始信号。最后对系统进行了性能分析,给出了自适应噪声抵消系统在实际应用中选取参考信号的要求 -This paper elaborated the basic theory
LMS-MATLAB
- 用自适应滤波的LMS算法抵消掉混合心电信号中 母亲的心电信号-To offset mixed ECG ECG mother LMS algorithm for adaptive filtering
Speech-signal-processing
- 基于MATLAB的语音信号处理,实现对语音信号的时频分析,加噪滤波处理-Speech signal processing
EKF-matlab-program
- 扩展卡尔曼滤波(EKF)算法的matlab程序,包括UKF,PF性能的比较,滤波方差的比较-Extended Kalman filter (EKF) algorithm matlab procedures, including UKF, PF performance comparison, filtering variance comparison
High-frequency-emphasis
- MATLAB图像处理-基于高频强调滤波和直方均衡化图像增强-MATLAB image processing- based on high frequency emphasis filtering and histogram equalization image enhancement
denoising-code
- 用MATLAB实现频域平滑滤波以及图像去噪代码,Word文档格式。-The frequency domain using MATLAB realize smoothing and denoising code, Word document format.
adaptive-filter
- 维纳自适应滤波设计及Matlab实现,一份word文档,希望会有用。-We simply analyses the wiener2 () which is a adaptive filter in MATLAB.
chengxu
- 1.打开matlab软件,再获取一张实验用彩色图像,使用imread函数读入; 2.用均值滤波法对所获取的彩色图像进行去椒盐噪声处理。 3,、对已加噪和去噪的图像进行必要的保存。-Image denoising main program