登录
首页 » matlab » wavelet_filter_construction_and_noise_elimination

wavelet_filter_construction_and_noise_elimination

于 2007-04-22 发布 文件大小:1KB
0 93
下载积分: 1 下载次数: 69

代码说明:

  1 此函数用于研究Mallet算法及滤波器设计 2 此函数仅用于消噪(this function to a study Mallet filter design algorithms and 2 of this function is used only for Noise Cancellation)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • chepaishibie
    车牌识别,程序很全,希望大家能用的到,谢谢(License Plate Recognition)
    2010-05-25 10:57:20下载
    积分:1
  • PSO&GA
    本文件对PID参数kp,ki,kd进行寻优,以ITAE作为指标函数。 PSO 文件中有详细的参数设置和寻优过程 GA寻优与PSO寻优作为对比出现 figure1展示了随着迭代次数的变化,适应度函数的收敛情况 figure2展示了kp,ki,kd的迭代情况 ht 文件是用来画图的 问题解决思路.pdf 简要介绍了粒子群算法寻优的过程(In this document, the PID parameters KP, Ki, KD are optimized, and ITAE is used as the index function. PSO file has detailed parameter settings and optimization process GA optimization and PSO optimization as a contrast appear Figure1 shows the convergence of fitness function as the number of iterations changes Figure2 shows the iterations of KP, Ki, and KD The HT file is used for drawing The problem solving idea.Pdf briefly introduces the process of particle swarm optimization)
    2020-11-06 18:59:49下载
    积分:1
  • D
    说明:  有关于DIJKSTRA遗传算法的机器人路径规划演示程序。(DIJKSTRA genetic algorithm on the robot path planning demonstration program.)
    2010-05-17 14:10:17下载
    积分:1
  • imagefusion-matlab
    涵盖了多种方法对多源图像进行图像融合的程序(Covers a wide range of multi-source image fusion process)
    2010-08-17 16:52:23下载
    积分:1
  • panzoom
    与潘左击鼠标拖动,绘制一个右键拖动zoombox,并检视双击所有数据。这也保留任何现有的WindowButtonXFcn这个数字已,以及任何轴UIContextMenus。 我写了实时数据采集这一点,因为linkaxes套XLimMode至“手动“ -这意味着将不会自动调整轴的新数据。 panzoom(figureHandle,axesHandles) 添加到这个数字,只能到指定的坐标轴功能的处理。 panzoom(figureHandle,axesHandles,XLink的) panzoom(figureHandle,axesHandles,XLink的,雁联) 假设你有四个轴处理:1,2,3,4。你可以连接所有的X轴一起:XLink的= [1,2,3,4],或者你可以对链接在一个单元格数组中:XLink的={[1,2][3,4]}。这同样适用于雁联。 XLink的或雁联也可以为空。(Pan with left click mouse drag, draw a zoombox with right click drag, and view all data with double-click. This also retains any existing WindowButtonXFcn the figure has, as well as any axes UIContextMenus. I wrote this for live data capture, as linkaxes sets XLimMode to "manual"- which means the axes wouldn t automatically resize for new data. panzoom(figureHandle, axesHandles) Adds the functionality to that figure, ONLY to the axes handles specified. panzoom(figureHandle, axesHandles, xLink) panzoom(figureHandle, axesHandles, xLink, yLink) Assuming you have four axes handles: 1, 2, 3, 4. You could link all of the x axes together: xLink = [1, 2, 3, 4], or you could link them in pairs in a cell array: xLink = {[1, 2], [3, 4]}. The same applies for yLink. xLink or yLink can also be empty.)
    2011-05-15 17:52:58下载
    积分:1
  • tidu
    针对mean shift 跟踪方法中存在的光照变化不稳定问题, 提出了基于梯度特征与彩色 特征相融合的mean shift 跟踪方法。首先分别提取目标的梯度特征和彩色特征,利用多尺度的相似度 计算方法进行特征的匹配,然后通过最大化相似度对目标进行跟踪。通过物体和人体等运动目标的跟 踪,验证了改进的跟踪算法在光照变化情况下的鲁棒性优于原有的算法,显著降低了跟踪位置误差。(The instability of the light changes in the mean shift tracking method, the mean shift tracking method based on gradient features and color characteristics of fusion. First extract gradient features and color features of the target, the similarity calculation method using multi-scale feature matching, and then maximize the similarity of the target track. Through the tracking of objects and people moving target, verify the robustness of the improved tracking algorithm in the case of illumination changes is better than the original algorithm significantly reduces the tracking position error.)
    2012-06-09 09:15:14下载
    积分:1
  • 2-chapter
    MATLAB GUI设计学习手记(第二版)源程序 第2章 本书推荐的学习方法: 1)若您是一个MATLAB初学者,且有充裕的时间来学习GUI设计,您可以从本书的第1章开始循序渐进地学习。 2)若您是一位MATLAB初学者,且时间非常紧迫,建议您先学好第1章,然后依次学习第4章、第5章和第6章,其他章节请根据项目需要有选择性地学习。 3)若您已经掌握了MATLAB的基础语法知识,有一定的MATLAB编程基础,也请浏览一下第1章的内容,尤其是专题分析部分。然后先学习本书第4、5和6章,其他章节请根据项目需要有选择性地学习。 4)若您是一位MATLAB GUI方面的专家或老师,您可以将本书作为一本教学的参考书,本书内容全面、讲解详实、代码精炼,是不可多得的GUI宝典。
    2012-11-15 18:27:31下载
    积分:1
  • ptl
    信噪比,相对强度噪声对PAM4调制误码率的影响(Influence of signal to noise ratio on BER of PAM4 modulation)
    2017-09-01 11:03:53下载
    积分:1
  • Estimating-VAR(p)-processes_Matlab-code
    Estimating VAR(p) processes_Matlab code
    2013-10-17 00:41:46下载
    积分:1
  • Data-Mining-Classification
    Data Mining methods in Classification
    2014-12-30 18:35:04下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载