-
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
-
RUNE_multicast
这是一个基于matlab/RUNE环境的移动通信网络仿真程序包,用于科研或教学用途,可以仿真比较GPRS网络中的单播和组播的性能。(This is based on matlab/RUNE environment of mobile communication network simulation package, for scientific research or teaching purposes, you can compare unicast and multicast performance in GPRS network simulations.)
- 2009-05-06 16:51:04下载
- 积分:1
-
MatlabFiles
This folder or any similar folder such as this created to hold your speech files, should be copied into the root folder C: , created on the local hard drive. Then the path will read thus C:SpeechDataTope... etc. An alternative is to modify the file setTemplates.m to change the directory as appropriate.
Try to use the same microphone for training as well as for recognition to obtain improved accuracy. You might also need to tweak your sound card s mic input level.
The recognition time is dependent on systems s processing power and has been observed at between 1 and 5 seconds on various x86 platforms. To speed up recognition, you can implement unconstrained DTW (this is the code portion taking most time).
- 2010-11-26 15:30:54下载
- 积分:1
-
yangqiangcljs
一个简单的电力系统仿真计算程序,利用MATLAB语言中的SIMULINK来进行相关的仿真计算。(A simple program for power system simulation of power systems, It can be used for power system calculation.)
- 2013-11-07 14:32:12下载
- 积分:1
-
Astar_含界面
说明: A星算法用于路径规划,并包含一个界面,可以用鼠标确定起点和终点,用MATLAB语言编写,可运行。(A star algorithm is used for path planning, and contains an interface. It can determine the starting point and end point with the mouse. It is written in MATLAB language and can run.)
- 2019-04-21 17:04:19下载
- 积分:1
-
BP 网络进行分类波
利用 BP/MIP解决波分类问题
http://archive.ics.uci.edu/ml/datasets.html 的数据源波形数据库发电机 (版本 1)
贝奇,K.& Lichman M.(2013 年)。UCI 机器学习数据库 [http://archive.ics.uci.edu/ml]。加利福尼亚州欧文市加利福尼亚大学信息学院、 计算机科学。
数据集的信息:
- 2022-05-08 14:11:15下载
- 积分:1
-
NumAna_GaussElim
这四个程序分别为高斯消去法、列主元消去法、全主元消去法解线性方程组和Gauss-Jordan消元法求矩阵的逆。
程序采用MATLAB语言开发,并在MATLAB6.5下测试通过。(The four procedures were Gaussian elimination, elimination method out PCA, PCA-wide elimination method solution of linear equations and Gauss-Jordan elimination method of inverse matrix. Procedures for the use of MATLAB language development, and under MATLAB6.5 test.)
- 2007-12-24 16:56:06下载
- 积分:1
-
自适应滤波程序
内有多个m文件!希望能帮助到有需要的朋友!其中有几个关于lms的m文件!(m with a number of documents! Hope can help to the needy friends! While a few of the LMS m documents!)
- 2005-04-27 12:49:50下载
- 积分:1
-
LEACH
omnet++4.0实现的WSN中Leach算法,可以运行,200*200的区域中分布了400个节点(Leach algorithm in WSN omnet++ 4.0 to achieve, you can run.In the region of 200 * 200 distributed 400 nodes)
- 2014-08-08 20:22:15下载
- 积分:1
-
figure.m
MATLAB的高级绘图函数和用法实例整理(MATLAB' s advanced graphics functions and usage examples finishing)
- 2015-03-03 20:56:33下载
- 积分:1