-
plx_new
该文档时一个宽带信号处理的源代码,被验证是成功的,可以供学习练手(The document, a broadband signal processing, source code, to be verified to be successful, you can study and practice for hand)
- 2010-05-08 13:55:00下载
- 积分:1
-
noise_tracker_V1
基于Matlab的一MMSE的噪声PSD的执行跟踪的语音增强算法。这个包是一所描述的算法实现在“基于MMSE的低噪声PSD的跟踪与复杂性”,由理查德亨德里克斯,理查德Heusdens和Jesper詹森,IEEE国际会议声学,语音和信号处理,03/2010,达拉斯,德克萨斯州,p.4266 - 4269,(2010年)。
该算法具有较低的复杂性,但能够准确地估计非平稳的延迟相当低噪声PSD的跟踪噪声。(Matlab implementation of an MMSE based noise PSD tracking algorithm for speech enhancement. This package is an implementation of the algorithm described in "MMSE BASED NOISE PSD TRACKING WITH LOW COMPLEXITY", by Richard C. Hendriks, Richard Heusdens and Jesper Jensen, IEEE International Conference on Acoustics, Speech and Signal Processing, 03/2010, Dallas, TX, p.4266-4269, (2010).
The algorithm has rather low complexity, but is able to accurately estimate the noise PSD for non-stationary noise with rather low tracking delay.
)
- 2010-05-20 22:16:03下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
exa130202
心电信号中R波的检测,及梁旭小波变化、心电信号按心动周期分段(ECG source)
- 2013-04-21 19:29:23下载
- 积分:1
-
IEEE33
IEEE30节点遗传算法,简单实用,适合初学者学习,可用于配电网重构(Genetic algorithms, simple and practical, suitable for beginners to learn, can be used for distribution network reconfiguration)
- 2015-06-03 10:19:47下载
- 积分:1
-
MATLAB7rumentigao
matlab7入门与提高(Getting Started with matlab7 improve)
- 2008-05-12 09:56:52下载
- 积分:1
-
codebe3
zip文件里面包含语音分类的描述器,时域和频域的一共有七个。(the zip doc contains descriptors for audio classificatons、)
- 2014-01-20 18:19:05下载
- 积分:1
-
PCA-matlab
说明: 降低数据维度,提取高级特征,使得用较少的特征来表示最后的结果(Reduce the data dimension, extract high-level features, so that fewer features are used to represent the final result)
- 2020-08-19 11:01:43下载
- 积分:1
-
MATLAB
《MATLAB程序设计教程》源代码-2660(matlab)
- 2009-09-18 19:27:39下载
- 积分:1
-
jutsinzj
自适应型广义形态滤波滤波器的源代码(内含腐蚀、膨胀、开闭运算、snr等代码),仅供参考(The source code of the adaptive generalized morphological filter filter (containing corrosion, expansion, opening and closing op, snr, and other code), for reference only
)
- 2012-04-18 19:21:13下载
- 积分:1