-
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
-
dynamic-hedge
本程序为计算股指期货动态对冲模型的MATLAB程序,能用于股指期货动态对冲(dynamic hedge)
- 2011-12-21 17:07:39下载
- 积分:1
-
数字信号处理MATLAB
120多个用MATLAB编写的信号处理程序,它们是本书各个章节的大部分例题。用MATLAB编写的程序的名称由“exa”开头,接下来是所在的章、节及例题的序号,如exa010101,指的是第1章第1节(即1.1节)的第1个例题,即例1.1.1。如果该程序是为了说明某一个m文件的应用,则在上述名称的后面跟一个下划线,再在后面加上所说明的MATLAB文件的名称,如exa011001_rand,即是例1.10.1,该例用来说明rand.m文件的应用。(More than 120 signal processing programs written in MATLAB are most of the examples in each chapter of this book. The name of the program written in MATLAB begins with "exa", followed by the ordinal number of the chapters, sections and examples, such as exa0101, which refers to the first example of chapter 1, section 1 (i.e. section 1.1), namely example 1.1.1. If the program is to illustrate the application of an M file, then follow the above name with an underscore, and then add the name of the MATLAB file, such as exa011001_rand, which is Example 1.10.1. This example is used to illustrate the application of rand.m file.)
- 2020-11-18 14:59:38下载
- 积分:1
-
pso1bianfangxiang
粒子群算法的改进,粒子在搜索过程中,适应值大的部分粒子,运动方向反方向运动,扩大了搜索范围,避免早熟。通过函数测试可用。(Particle swarm algorithm, part of the particle motion direction opposite direction, expanding the scope of the search to avoid premature. Through function test available.)
- 2011-07-09 10:30:28下载
- 积分:1
-
radar-system-simulation-with-MATLAB
雷达系统设计matlab仿真的电子版书(中文的)和里面的源代码,对初学matlab作用很大的。(The electronic version of the book (in Chinese) and inside the source code, great for beginners matlab role radar system design matlab simulation.)
- 2012-09-22 10:14:44下载
- 积分:1
-
FIRPD PROCESA
>> w1 = 0 ;w2 = 0.3 * pi;delta1 = 0.01 ;
>> w3 = 0.4 * pi;w4 = 0.7 * pi;delta2 = 0.005 ;
>> w5 = 0.8 * pi;w6 = pi ;delta3 = 0.001 ;
>> 权重 = [delta3/delta1 delta3/delta2 1];
>> Dw = min((w3-w2),(w5 w3)) ;
>> M = ceil((-20*log10((delta1*delta2*delta3)^(1/3))-13)/(2.285*Dw)+1)
>> M = 51
>> f = [0 w2/pi w3/pi w4/pi w5/pi 1];
>> m = [1 1 0.5 0.5 0 0];
>> h = firpm(M-1,f,m,weights) ;
>> [db,mag,pha,grd,w] = freqz_m(h,[1]);
- 2022-08-08 13:22:54下载
- 积分:1
-
ch5example14prg1
彩色全电视信号产生,原理实验,适合初学者,是彩色电视原理电路的一部分(Gray signal generation, theory test, suitable for beginners)
- 2010-06-12 04:50:50下载
- 积分:1
-
HOG
shape feature extraction of Histogram of Gradient
- 2011-11-29 15:28:51下载
- 积分:1
-
MainAneal
最短路径的模拟退火算法,用matlab编写的。(aneal algorithm)
- 2014-01-02 21:00:59下载
- 积分:1
-
123
power control in WCDAM......
- 2010-02-02 22:11:53下载
- 积分:1