-
DigitalsignalprocessingandMATLAB
此电子书为数字信号处理MATLAB的程序编程,对学习信号处理有一定的帮助。(This e-book digital signal processing MATLAB' s programming, to learn signal processing have some help.)
- 2010-08-05 15:40:49下载
- 积分:1
-
离散系统分析
已知一个LTI系统的差分方程为:
y[n]-1.143*y[n-1]+0.4128*y[n-2]=0.0675*x[n]+0.1349*x[n-1]+0.0675*x[n-2]
初始条件y(-1)=1,y(-2)=2,输入x(n)=u(n),计算系统的零输入响应
(known LTI system of a differential equation : y [n]-1.143* y [n-1] 0.4128* y [n-2] x = 0.0675* 0.1349 [n]* x [n-1] 0.0675* x [n-2] initial conditions y (1) = 1, y (2) = 2, input x (n) = u (n), we calculate the zero input response)
- 2005-08-28 19:52:12下载
- 积分:1
-
VRM1
说明: 电动机,告诉你如何计算电磁通量和电流。结合magnet使用效果更加。(motor, tell you how to calculate magnetic flux-- and current. Combine more effective use of magnet.)
- 2006-02-28 03:04:34下载
- 积分:1
-
Matlab-Functions-for-Mie-Scattering
基于经典的BHMie,Christian Matzler进行了优化和改进,并利用matlab对mie散射中的一系列重要参数进行了模拟,文档中附有源码及对源码的详细说明。(Based on BHMie codes, Christian Matzler improved it and simulate s series of important parameters in mie scattering. In the text, there are original codes attached and also a detailed description is included.)
- 2012-06-05 22:08:49下载
- 积分:1
-
cognitive-radio-Simulation-world
MATLAb code for Basic Model of Cognitive Radio
- 2014-08-30 01:28:15下载
- 积分:1
-
LMS
自适应滤波器,求解性能误差曲面和等值曲线,最陡下降法和LMS算法的比较,(Adaptive filter, the solution surface and contour error performance curve, the steepest descent method and the LMS algorithm,)
- 2013-11-17 09:35:09下载
- 积分:1
-
rgb2lab
convert RGB color space to Lab color space
- 2013-11-27 15:30:54下载
- 积分:1
-
FBG
相移光栅的反射谱和折射谱仿真,光纤长度、调制强度、相移等参数均可调(Phase shift grating spectral reflection and refraction spectrum simulation, fiber length, intensity modulation, and other parameters can be adjusted for a phase shift)
- 2013-12-15 13:27:42下载
- 积分:1
-
ID3
用matlab语言写的ID3(Quinlan s ID3 classification tree algorithm)算法,用于模式分类(Matlab language used to write the ID3 (Quinlan s ID3 classification tree algorithm) algorithm for pattern classification)
- 2007-12-24 21:34:42下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1