-
signal_to_noise_C5510_C6713
Used on cellular phones to filter out
background noise. Measure the signal to noise ratio of an audio input in realtime. Pass speech but give silence where the input is noise (hiss, snap crackle and pop).
Includes a tutorial on how to use statistics (correlation coefficient) to calculate the signal to noise ratio.
Realtime implementation using Texas Instruments TMS320C5510 DSK and TMS320C6713 DSK. Code mostly in C, except where it would be too slow and assembly language is used.
- 2010-05-14 16:57:46下载
- 积分:1
-
xiangnong
香农编码和译码,程序内有详细的编写说明文字哟。(Shannon coding and decoding, the program contains a detailed write captions yo.)
- 2010-06-11 18:21:40下载
- 积分:1
-
fft_plot
routine to take the Fourier transform of a signal and plot both the time and frequency domain representations. Typical use:
>> n = 100 number of data points
>> dt = 0.01 spacing between samples
>> t = 0:dt:(n-1)*dt time vector
>> y = sin(2*pi*10*t) 10 Hz sin wave
>> fft_plot(y,dt) plot of signal in time and frequency domain
- 2009-06-23 06:04:38下载
- 积分:1
-
roots-by-gauss-siedel
this code helps to find roota of equation by gauss seidel method
- 2014-12-24 02:06:45下载
- 积分:1
-
pcm
PCM的编码端仿真程序,主要包括抽样量化\编码三部分.用程序语言编写(PCM terminal emulation program code, including sample quantization encoding three parts. With the preparation of programming language)
- 2009-05-18 11:20:13下载
- 积分:1
-
MEANSHIFT
国外大牛Mean Shift代码,思路比较清晰(the code of Mean Shift from Foreign Daniel and Ideas is clear)
- 2011-05-06 23:53:04下载
- 积分:1
-
abrupt_transition_detection
video shot boundary detection
- 2013-09-02 11:11:15下载
- 积分:1
-
KPCA故障检测程序(代码已优化)
基于核主元分析(KPCA)的工业过程故障检测,代码已优化,运行效率高,有详细的注释,附有训练数据和测试数据。(Achieves fault detection of industrial processes based on Kernel Principal Component Analysis (KPCA); the code has been optimized for high operational efficiency; detailed notes are attached with training data and test data.)
- 2018-03-17 09:32:11下载
- 积分:1
-
kemWhite.tar
Kalman filter function that remove noise from speech
- 2010-10-02 14:51:00下载
- 积分:1
-
ART1
this program writes for data classification using Adaptive Resonance Theory 1(ART1)Network
- 2013-10-10 18:49:54下载
- 积分:1