-
matlabsimulink
据姚俊,马松辉. 《Simulink建模与仿真》. 西安电子科技大学出版社为教材做的PPT(PPT)
- 2010-12-10 20:08:19下载
- 积分:1
-
systemgenerator
说明: 自己找的sys——gen的相关资料,可以看一下的(you kan just have a look,for study.)
- 2010-04-27 20:40:23下载
- 积分: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
-
LDPC
ldpc的编码和译码方法,译码我验证过了,都是对的,包括wbf和bf译码方法,编码方法包括四种不同的编码方法(LDPC encoding and decoding method, decoding I verified, all is right, including any WBF and bf decoding method, the encoding methods include four different coding methods
)
- 2014-09-23 15:31:25下载
- 积分:1
-
Peng_Robinson_EOS
利用Peng_Robinson EOS 计算常见纯组分气体逸度和密度。利用matlab运行求解。(Peng Robinson is used to calculate the density and fugacity of single
component gas at given pressure with Peng-Robinson equation.)
- 2013-08-24 12:29:14下载
- 积分:1
-
solar
function to simulate the Ipv=f(Vpv)
- 2012-11-07 22:25:17下载
- 积分:1
-
jdpgj
说明: 噪声中非平稳信号的频谱分析,基于MATLAB,实验报告一份(Nonstationary noise frequency spectrum analysis, based on MATLAB, a lab report)
- 2011-03-17 22:02:17下载
- 积分:1
-
bp_pid
神经网络PID控制算法的实现,相比于PID,神经网络PID具有更好的控制效果。(Neural network PID control algorithm, compared to PID, PID neural network has better control effect.)
- 2013-10-12 17:44:33下载
- 积分:1
-
slcppid
倒立摆和PID控制一起使用时对于倒立摆的仿真,可以有效地改善对于倒立摆的模糊控制作用(For the inverted pendulum simulation, can effectively improve the role of fuzzy control for inverted pendulum pendulum and PID control when used in conjunction)
- 2013-12-10 20:37:58下载
- 积分:1
-
pca1
用PCA主成分分析進行錯誤訊號分離
可應用在晶圓製程資料的分析(PCA principal component analysis of the error signal separation can be applied to the wafer process data analysis)
- 2013-05-21 20:10:33下载
- 积分:1