-
tenways
十种软件滤波.rar介绍了十种软件滤波的方法,不过我建议还是使用模拟滤波方法好.(10 kinds of filtering software. Rar introduction of dozens of software filtering method, but I suggest that the use of analog filtering methods or good.)
- 2007-08-29 12:51:20下载
- 积分:1
-
Plasma-particle-simulation-program
用MATLAB(R)混合编程,给出了一种粒子模拟(PIC,CIC)方法中粒子云状态实时可视化的新方案,使得粒子的整体状态和运动趋势能够清晰的从绘出的图中直观的看出。(Using MATLAB (R) hybrid programming, given a particle simulation (PIC, CIC) method in real-time visualization of the particle cloud state' s new program, making the movement of particles and the overall state trend can clearly draw the figure from intuitive to see.)
- 2011-11-03 01:40:41下载
- 积分:1
-
MATLAB-for-maths
Matlab科学计算的源代码,非常全,所有的代码都自己亲手跑一边,保证你不会为工程数学问题发愁,赶紧行动吧(Matlab scientific computing source code, very full, all the code yourself running while the guarantee that you will not engineering mathematical problems to worry about, and quickly action)
- 2013-04-07 15:42:33下载
- 积分:1
-
refquicker
Same functionality as the MATLAB rref function
- 2010-10-11 06:51:35下载
- 积分:1
-
例程matlab2qqq
MATLAB 的学习的例子,一些很常用的学习资料(There are some nice matlab learning examples which may be your usful study materials.)
- 2005-05-12 21:38:50下载
- 积分:1
-
matlabyingyong
MATLAB及其在理工课程中的应用-课程讲义第一章和第二章,包含主要函数与命令文档,方便编程时学习和查找(MATLAB and Its Application in Engineering Course- Course Training Manual Chapters I and II, contains the main function with command documentation to facilitate programming to learn and find)
- 2010-05-26 18:59:13下载
- 积分:1
-
OMP
omp算法代码,实现图像处理的好算法,很适合自己做测试。(omp algorithm code, realize image processing algorithms, it is suitable to do their own testing.)
- 2014-04-06 19:08:16下载
- 积分:1
-
qv11
计算冲击电压波下的Q-V图,雷电波或操作冲击波均可(simulation of q-v curv under thounder)
- 2011-05-22 14:46:36下载
- 积分: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
-
ball
ball problem and trajectorie
- 2011-12-10 01:23:29下载
- 积分:1