搜索资源列表
AcousticGUI
- 该java代码给出了粒子滤波器的编程仿真,有一个仿真的界面-the java code is a particle filter simulation program, a simulation interface
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
evaluation
- 一个开放源码的基于Java库的目标跟踪评价工具。目前包含11种不同的顺序,如滤波器,卡尔曼,颗粒,H无穷,相互作用多模型(IMM)的,及其他。 -An open source Java based library for target tracking evaluation tools. Currently contains 11 different sequential filters, such as Kalman, particle, H infinity, interacting
FIR-filter
- 用c语言实现fir滤波器,可以在CSS环境下实现。-realize a fir filter by c
dsp.js-master
- dsp.js是一个综合性的数字信号处理的Javascr ipt库。 它包括许多信号分析和生成功能,包括 (正弦振荡器,看到,广场,三角形),窗函数(翰,海明,等), 信封(ADSR),IIR滤波器(低通,高通,带通,切口),FFT,DFT 变换,延时,混响。-dsp.js is an integrated digital signal processing Javascr ipt libraries. It includes many signal ana
Functional-JavaScript
- 功能是一个在Javascr ipt中的函数式编程库。它定义了标准的高阶功能,如map, reduce (aka foldl) 和 select(又名滤波器)。它还定义功能,如咖喱,rcurry,部分功能应用也定义了函数如curry, rcurry, and partial部分函数应用。而所有这些函数接受字符串,如 X - > X+1“,”X+1“,或 +1 和更详细的函数(X){ return X +1}同义。-Functional is a library for function
bk_dp
- 布莱克曼低通滤波器,Blackman bandpass filter-Blackman low-pass filter
Chap_5_MVDR
- 《自适应滤波器》第5章,Chap_5_MVDR源代码,很详细-" Adaptive Filters" in Chapter 5, Chap_5_MVDR source code, very detailed
kalman-master
- 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)-Kalman filtering, also known as linear quadratic estimation (LQE), is an algorithm that uses a series of measurements observed over time, containing noise (random variations) and oth
filtfiltDesign
- 非常 好用的零相位数字滤波器,用于弱信号检测,很通用-zero phase digital filter
myImage(1)
- 中值滤波器、高斯滤波前、均值滤波器、谐波滤波器等,图像加噪声、去噪声处理的java实现-Median filter, before the Gaussian filter, mean filter, harmonic filters, etc., plus noise image, java implementation denoising process
daima
- 图像识别功能,有灰度图,滤波器,直方图-Image recognition, gray scale, filter and so on
java-Speech-preprocessing-master
- java实现MFCC系数的提取,包括FFT运算和DCT运算,mel滤波器的设计等(The extraction of MFCC coefficient by Java)