-
Fig6x16
直流双闭环无静差调速,参数已经给定,调试运行成功。(DC double closed loop static droop parameters have been given, debugging and running successfully.)
- 2012-06-08 10:32:29下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
OmigaK2
SAR回波成像处理程序,采用波数域算法,参考《合成孔径雷达成像算法》一书(SAR echo imaging processing procedures, wavenumber domain algorithm, see " synthetic aperture radar imaging method a book)
- 2016-05-19 16:23:28下载
- 积分:1
-
backeuler
后向欧拉方法求解微分方程的初值问题,运用牛顿迭代解决implicit(backward euler solver for ODE)
- 2012-03-29 16:32:35下载
- 积分:1
-
RBF-(Function-Approximation)
A project for function approximation by RBF neural network (with GUI).
- 2011-07-16 15:08:18下载
- 积分:1
-
363-2750-1-PB
Book about neural networks
- 2013-12-06 20:53:10下载
- 积分:1
-
yuce
该程序为:持续法、基于最小二乘的线性回归、时间序列以及灰色理论等预测方法对风电功率进行超短期预测(Ultra- short- term prediction of wind power)
- 2016-11-04 16:27:10下载
- 积分:1
-
chazhinihe2123
matlab 插值与拟合的几个程序
牛顿迭代法
数值分析与mtlab源码
还有其他的一些例子(Matlab interpolation and fitting of several procedures Newton iterative numerical analysis and also its source mtlab Some of his examples)
- 2007-06-01 23:53:36下载
- 积分:1
-
DownhillSimplexMethod.m
Downhill Simplex Method
- 2014-08-11 16:59:08下载
- 积分:1
-
repair
用于电力系统规划中的检修计划安排(包含数据),各个机组逐月安排检修,且每年最多检修一次(Maintenance scheduling for power system planning (including data) each unit monthly arrangements overhaul, and up overhaul once a year)
- 2020-11-29 18:09:28下载
- 积分:1