-
1374444386
matlab of linear system
- 2008-12-26 14:11:41下载
- 积分:1
-
shuangxianxing
matlab双线性插值算法实现图像放大源代码(matlab bilinear interpolation algorithm to enlarge the image)
- 2011-05-11 17:51:58下载
- 积分:1
-
encoding_scheme_papers_rafa
All papers on encoding schemes- convolution and LDPC
- 2016-04-04 22:07:07下载
- 积分:1
-
Statistics
这是一本讲述matlab中涉及到统计方面的知道书籍,特别是对采样,GIbbs采样,都有很好的示例。(This is the one involved in matlab about statistics to know the book, especially for sampling, GIbbs sample, there are good examples.)
- 2009-05-08 11:46:43下载
- 积分:1
-
efficient-MATLAB
精通MATLAB综合辅导与指南例程,讲解详细,例子丰富(Comprehensive counseling and guidance proficient in MATLAB routines, explain in detail, example-rich)
- 2009-12-24 13:59:49下载
- 积分:1
-
Burg
说明: 实现两个语音信号的分离,采用Burg算法(To achieve the separation of two speech signals using the Burg algorithm)
- 2010-04-23 20:11:42下载
- 积分:1
-
Microcontroller-Based-PVMPPT
搭建微网模型,介绍光伏最大功率跟踪,个人感觉很实用(Micro-grid,PV MPPT)
- 2014-02-19 15:05:17下载
- 积分:1
-
UWB定位
UWB1000模块测试所得数据初步处理之后,已知锚点的坐标,可利用该文件里的程序解算标签三维位置。(After preliminary processing of data obtained from UWB1000 module test, the coordinates of anchor points are known, and the program in this file can be used to calculate the three-dimensional position of tags.)
- 2019-07-10 17:53:08下载
- 积分:1
-
createLine3d
Create Line 3d to connect between two planes
- 2010-08-12 16:23:59下载
- 积分:1
-
untitled
num=[2 1.4 -0.9 -0.158 0.4104 0.0294 -0.0668]
den=[1]
figure(1)
zplane(num,den)
num1=[1 2.7 -12.61 -24.757 66.301 62.072 -126.786]
den1=[1]
figure(2)
zplane(num1,den1)
num2=[0.2 -0.26 1.934 10.413 1.934 -0.26 0.2]
den2=[1]
figure(3)
zplane(num2,den2)
num3=[1.25 0.5 -2.1 -2.1 0.5 1.25]
den3=[1]
figure(4)
zplane(num3,den3)
num4=[1.1 3.12 -2.5 0.6 0.5 0.006 1]
den4=[1]
figure(5)
zplane(num4,den4) (good)
- 2010-11-03 09:48:25下载
- 积分:1