-
Elliptic-filter
本工程实现了将三路合成的DSB信号用椭圆滤波器(低通,带通,高通)滤出;
其中的freqz函数,filter函数,fft函数都自己实现。
每种滤波器都分别用专门的函数分别写出,可以模块化。(
This project will be three-way synthetic a DSB signal elliptic filter (low pass, band-pass, high pass) filter out
Freqz function of which, the filter function, fft function.
Each filter are, respectively, with a special function, respectively, to write, can be modular.)
- 2012-05-15 11:33:29下载
- 积分:1
-
HistogramDrivenAnisotropicDiffusion
Matlab Code for>
A Post-Processing Algorithm Using Histogram-Driven Anisotropic Diffusion
- 2012-08-02 21:33:24下载
- 积分:1
-
PSO
粒子群算法源代码,属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解。(Particle swarm algorithm source code, is a kind of evolutionary algorithm, and genetic algorithm are similar, it is also starting from the random solutions, through the iterative search for the optimal solution.)
- 2013-11-29 10:17:46下载
- 积分:1
-
pisarenko
Pisarenko 谐波分解算法源码,可用于对信号进行频率估计。(Pisarenko harmonic decomposition algorithm source code, can be used to estimate the frequency of the signal.)
- 2013-12-04 20:36:50下载
- 积分:1
-
sintesizer
Prototype Synthesizer Reconstruct one signal using FFT
- 2013-05-11 00:37:08下载
- 积分:1
-
MATLAB--communication
Matlab通信仿真及应用源码,很详尽,也可以作为matlab通信初学者运用(Matlab of Communication Simulation and application source code, very detailed matlab communication beginners to use, but also can be used as)
- 2012-12-03 17:26:09下载
- 积分:1
-
kalman
该文档中包含卡尔曼滤波的C++的实现源代码,并有详细说明。(The document contains the Kalman filter implementation of C++ source code and detailed instructions.)
- 2010-08-14 11:27:28下载
- 积分:1
-
tym
ekg raw data upload code
- 2010-10-19 05:32:20下载
- 积分:1
-
C6713
Who to start working with C6713 Texas instrument
- 2011-07-13 18:55:22下载
- 积分:1
-
1
说明: 在MATLAB中表示信号的常规格式是向量或者矩阵。本示例中利用randint 函数来产生一个表示二进制数据序列连续值的列向量。其中二进制数据序列的长度(即为列向量中的行数)设置为30,000。
下面的代码同时还绘制了数据序列的杆图(stem plot),用来显示数据的0、1值。你所产生的图可能与次示例中的图有一点不一样,这是因为本示例中应用了随机数。
(Said signal in MATLAB conventional format is a vector or matrix. In this example use randint function to generate a column vector of a sequence of binary data, said successive values. Wherein the length of the binary data sequence (i.e., the number of rows in the column vector) is set to 30,000. The following code sequence of data is also plotted in Fig rod (stem plot), the value 0 is used to display the data. You may have generated the second example of FIG FIG little different, this is because the present example, the application of the random number.)
- 2014-09-21 08:27:58下载
- 积分:1