搜索资源列表
bf-classdocumention
- Bayes滤波器算法C++类说明文档,源码见Bayes滤波器算法-Bayes filter algorithm C kind of showing documents, the source code sees the Bayes filter algorithm
AcousticGUI
- 该java代码给出了粒子滤波器的编程仿真,有一个仿真的界面-the java code is a particle filter simulation program, a simulation interface
opa603
- 非常有用的运算放大器!可以轻松设计各类有源滤波器!
Gaborfilter
- 本文介绍了Gabor滤波器设计,非常适合指纹图像的滤波和增强。
Gaborfilterandfingerprint
- Gabor滤波器在指纹图像分割中的应用,非常有用的文档。
fir
- 线性相位FIR滤波器(17阶)的VHDL语言设计 功能很强大,很好用
87设计小型微波带通滤波器
- 87设计小型微波带通滤波器.pdf-87 design small microwave band-pass filter. Pdf
basedonFPGAGMSKfilter
- 基于FPGA的调频高斯滤波器介绍了用FPGA实现的调频高斯滤波器。
数字信号实验报告3
- 数字信号处理实验上机报告!实验3:数字滤波器的作用和实现-digital signal processing experimental report on the plane! Experiment 3 : digital filter function and
NL滤波器去噪
- 这是MATLAB编写的NL算法去噪的函数
自适应滤波器的理论研究及Matlab仿真
- 自适应滤波器的理论研究及Matlab仿真
IIRFilterDesign
- 用java 写的IIR 滤波器设计,包括巴特沃兹和车比雪夫滤波器。-Using java to write the IIR filter design, including car巴特沃兹and Chebyshev filter.
CannyEdge
- canny边缘检测的算法的JAVA实现.step1:用高斯滤波器平滑图象;step2:计算梯度的幅值和方向;step3:对梯度幅值进行非极大值抑制;step4:用双阈值算法检测和连接边缘 -canny edge detection algorithm to achieve the JAVA.
DSP
- FIR滤波器设计与实现,Fc=2000Hz,N=65,FIR_LPF.-FIR Filter Design and Implementation ,Fc=2000Hz,N=65,FIR_LPF.
example4_5
- 分析双极性不归零码的功率谱特性请输入随机序列的长度N= -ubplot(312) plot(f,lpf) title( 低通滤波器 ) axis([-fs/2 fs/2-0.2 1.2]) subplot(313) plot(f,abs(yr_lpf)/N) title( 经低通滤波后的频谱 ) xlabel( f /Hz )
Bilateral
- 一个好程序,简单易懂,java写的双边滤波器!-A good program, easy to understand, java bilateral filter to write!
Filter-design
- 开关电容滤波器及其通用集成电路MF10,对滤波器设计电路分析。-Filter design
gabor2011
- 这是一个用递归算法实现的gabo滤波器程序,程序运行速度快-This is a recursive method using Gabor filter implementation procedures, compared with traditional methods greatly improve the speed
JKalman-from-SourceForge.net
- JKalman是一个开源的Java执行卡尔曼滤波。卡尔曼滤波器是一个有效率的计算(递归)工具来估计过程的动态状态中的一种方式,最大限度地减少了错误。 -JKalman is an Open Source Java implementation of Kalman filter. Kalman filter is an efficient computational (recursive) tool to estimate the dynamic state of a process in a
高低通滤波器
- 文档中包含巴特沃斯低通滤波器的平滑作用代码 和图像处理结果,对于图像处理是个很好的matla代码