-
audio_filtering
Matlab implementation of the schroeder’s reverberator algorithm for audio filtering
- 2009-12-17 03:02:23下载
- 积分:1
-
VisualC_
基于遗传算法的组卷设计,此为书籍版本。。。。(Design based on genetic algorithm test paper, this is the book version. . . .)
- 2011-01-01 17:13:33下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
shuxuewulifangfa-matlab
《数学物理方法的matlab解法与可视化》用matlab处理数学物理方法的书(《Methods of mathematical physics and visualization solution matlab》 matlab deal with methods of mathematical physics books)
- 2011-09-27 20:21:09下载
- 积分:1
-
LEACH
This mtlab for LEACH.
- 2010-12-15 05:58:56下载
- 积分:1
-
20074MATLAB
说明: 优化计算工具简介,matlab,mathematica,excel的比较(optimization tool, matlab, mathematica, excel comparison)
- 2009-08-17 10:17:07下载
- 积分:1
-
juzhenfa
神经网络中用矩阵分块的方法处理数据量过大的情况,效果很好(Neural network is used in the method of matrix blocking deal with the situation of the large amount of data, the effect is very good
)
- 2014-01-15 10:51:02下载
- 积分:1
-
mimo-video
mimo video usin matlab
- 2011-02-16 12:43:20下载
- 积分:1
-
FTDT
本程序是有限时域差分源程序,有详细注解,方便学习理解。(This program is a limited time domain difference source program, has detailed notes, easy to learn to understand.
)
- 2013-09-05 12:08:31下载
- 积分:1
-
OptimalSegmentation
最优分割的基本思路是给定一个数据序列和分层数,通过搜索所有可能的划分方案,找到段内离差平方和的总和最小的一种方案作为最终划分方案。这里给出最优分割法的Matlab源程序(The basic idea is optimal partition for a given data sequence and hierarchical number divided by searching all possible solutions to find the segment and the sum of the squared deviations smallest division of a scheme as a final solution. This gives the optimal segmentation Matlab source)
- 2020-06-27 00:20:01下载
- 积分:1