-
BSC
BSC删除信道程序,用于disc检测,信道编码(BSC delete channel program for disc detection, channel coding)
- 2014-12-20 10:20:20下载
- 积分:1
-
power-system-anaylsis
电力系统分析王锡凡编辑的书,对于写电力系统相关的程序很有帮助。(Power system analysis PROCEEDINGS edited book, write a program useful for power system related.)
- 2015-04-11 15:01:45下载
- 积分:1
-
matlba
matlab escription for using
- 2010-11-13 21:17:04下载
- 积分:1
-
matlab
介绍了matlab中常用到的函数和一些相关的使用法则对初学者非常有用(Describes the commonly used matlab functions and some related to the use of law is very useful for beginners)
- 2011-06-17 19:01:35下载
- 积分: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
-
Golf-90cv-TDI---centralina-0-281010111
golf 90hp stock engine remapped ecu
- 2015-03-13 17:56:07下载
- 积分:1
-
Taylor
说明: Taylor算法,可以用于解非线性方程组(Taylor algorithm, can be used for solving the nonlinear equations)
- 2010-04-09 10:58:38下载
- 积分:1
-
kongjiancrsy
脆弱水印的编程实现是一种基于空间域的脆弱数字水印如何嵌入
脆弱水印的编程实现(Programming fragile watermarking is based on spatial domain fragile watermarking to embed the fragile watermark Programming)
- 2010-05-14 03:29:00下载
- 积分:1
-
zhuansushuangbihuan
给出了直流电机双闭环调速系统在Matlab/simulink 下的仿真程序,是电气工程及其自动化专业毕业设计中 所能用到得MATLAB仿真。(Gives the two-loop DC motor speed control system in Matlab/simulink simulation under the procedures, graduate electrical engineering and automation design can be used in MATLAB simulation.)
- 2020-11-30 21:59:27下载
- 积分:1
-
LMS
完成自适应滤波器LMS的过程,根据输入的期望信号和滤波器阶数完成输出信号LMS滤波( completed,LMS filter output signal is completed in accordance with the desired signal and the input of the filter order)
- 2014-11-01 23:36:30下载
- 积分:1