-
New
This folder contains the program for newton raphson method..with that analysis of induction motor...supply
- 2014-09-27 14:47:16下载
- 积分:1
-
4
说明: Solves steam reformer problem in matlab
- 2013-10-24 22:19:28下载
- 积分:1
-
MIMO
mimo的仿真,误码率,比特率随接收天线的变化情况(mimo simulation, error rate, the bit rate changes with the receiving antenna)
- 2014-11-27 11:33:41下载
- 积分:1
-
libsvm
SVM工具箱,可用于混合编程,需要按说明先对matlab进行相应的配置[farutoUltimateVersion1.0](SVM toolbox)
- 2015-01-26 11:08:11下载
- 积分:1
-
matpower3.2
说明: Matlab格式的电力系统潮流优化计算工具箱,相当好用(Matlab format to optimize the power flow calculation toolbox, very easy to use)
- 2009-08-10 09:30:44下载
- 积分:1
-
A-New-Algorithm-for-the-Reconfi-guration-of-Distr
A New Algorithm for the Reconfi guration of Distribution
- 2012-04-19 14:09:07下载
- 积分:1
-
imagefusiontoolbox-v1
ImagefusionToolbox of MATLAB
- 2011-08-29 19:29:01下载
- 积分:1
-
SVMMIV
这个例子是书上的Morlet小波程序,运行时总是出错。包括
??? Error using ==> CWT_Morlet at 11
At least 1 parameter required!
这个问题是怎么回事?error的用法错在哪里了?还有,这个程序还有哪些错误呢?比如函数定义之类的问题?请各位大侠帮帮我吧。(
Review the release notes for other MathWorks® products required for this product (for example, MATLAB® or Simulink® ). Determine if enhancements, bugs, or compatibility considerations in other products impact you.
If you are upgrading from a software version other than the most recent one, review the current release notes and all interim versions. For example, when you upgrade from V)
- 2013-08-08 20:13:00下载
- 积分:1
-
base11111111
基于常规方法的波束形成 有3个信号入射方向(Three signals incident direction based on the conventional beamforming)
- 2012-08-04 17:42:11下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1