-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1
-
BocSignal
该代码在Matlab R2008a的Simulink中实现了boc信号的调制(参数可设置),并附有pdf参考资料。(The code of Simulink in Matlab R2008a achieve the boc signal modulation (parameter setting), together with the pdf reference.)
- 2010-07-27 19:47:21下载
- 积分:1
-
Folde
code for frequency responce
- 2010-11-20 23:48:15下载
- 积分:1
-
Signal_system_Experiment_advanced
信号与系统实验(高级) 实验六 电话拨号音的合成与识别(Signals and Systems Experiment (advanced) experiments six telephone dial tone Synthesis and Recognition)
- 2009-07-12 00:03:39下载
- 积分:1
-
MatcomforBCB
matlab 和CBC混合编程的相关资料,目前主要是介绍matlab和C的混编~~(the relevant information of the the matlab and CBC mixed programming)
- 2013-05-08 20:11:23下载
- 积分:1
-
matlab6.0
这是一份有关matlab开发练习的源程序,希望大家支持下。(This is a practice matlab source development, I hope you will support the next.)
- 2008-12-16 13:53:00下载
- 积分:1
-
Untitled1
一个基于FDTD算法的位于光子晶体中心的线光源(TM)的MATLAB传播程序,边界条件为PMC(FDTD algorithm based on photonic crystal is located in the center line of the light source (TM) the dissemination of the MATLAB process, boundary conditions for the PMC)
- 2009-04-14 00:33:51下载
- 积分:1
-
prediction-method
用时间序列分析中的自适应滤波预测法,建立某市用电量的预测模型
(Using time series analysis of adaptive filtering prediction method, a city electricity consumption forecasting model)
- 2013-08-20 20:31:53下载
- 积分:1
-
bmorph
Binary erosion and dilation, with fast iterative calls.
For any structuring element other than square or disk this function is way faster than imerode.m and imdilate.m (more than an order of magnitude). It s also handy when you don t have the Matlab Image Processing Toolbox :-)...
It also allows very fast iterative calls (for instance when sweeping the structuring element while looking for a certain effect, threshold in image statistics, etc).
See the help in bmorph.m and the attached .pdf file.
- 2010-09-23 17:54:52下载
- 积分:1
-
Adaptive-Dereverberation-Algorithm-master
说明: 基于加权RLS的自适应去混响算法,包括了混响音频的样本和去混响后的样本,对其运行演示听取到语音处理前后会有些一点儿的差异(Adaptive-Dereverberation-Algorithm-master)
- 2020-04-23 16:48:13下载
- 积分:1