-
rozwi_zania
fibonacci - algorytm matlab(fibonacci- algorytm matlab)
- 2009-05-03 00:37:57下载
- 积分:1
-
MATLAB
Jacobi, Gauss seidel
- 2009-09-23 09:59:31下载
- 积分:1
-
a
说明: 人工神经网络的讲解课件,用利于学习者认识神经网络,在MATLAB中实现神经网络。(On artificial neural network software, and help learners understand the neural networks, in the realization of neural networks in MATLAB.)
- 2009-08-08 16:30:20下载
- 积分:1
-
self_EKF
ekf,扩展卡尔曼滤波,组合导航技术,是适合初级学习的资料(ekf,extended kalman filter,integrated navigation)
- 2012-05-03 08:42:21下载
- 积分:1
-
quasi_newton
Solver optimization non constrained function
- 2014-11-19 04:27:42下载
- 积分:1
-
Cdma2000matlab
Cdma2000实现代码的matlab程序(Cdma2000 procedures to achieve code matlab)
- 2007-12-23 19:30:58下载
- 积分:1
-
pre_bp
bp神经网络通用预测程序,matlab2009编写,可直接输入数据。(bp neural network forecasting process common, matlab2009 preparation, can be directly input data.)
- 2010-01-31 00:47:41下载
- 积分:1
-
maple-and-matlab
用maple和matlab解决科学计算问题,很好的教程(Solve scientific computing problems, good tutorial with maple and matlab)
- 2012-09-06 21:23:42下载
- 积分:1
-
Main
Abstract—Demand Response (DR) and Time-of-Use (TOU)
pricing refer to programs which offer incentives to customers
who curtail their energy use during times of peak demand. In this
paper, we propose an integrated solution to predict and re-engineer
the electricity demand (e.g., peak load reduction and shift) in
a locality at a given day/time. The system presented in this paper
expands DR to residential loads by dynamically scheduling and
controlling appliances in each dwelling unit. A decision-support
system is developed to forecast electricity demand in the home and
enable the user to save energy by recommending optimal run time
schedules for appliances, given user constraints and TOU pricing
the utility company. The schedule is communicated to the
smart appliances over a self-organizing home energy network
and d by the appliance control interfaces developed in this
- 2020-09-23 09:57:52下载
- 积分:1
-
Cspline
这是一个三次样条插值的.m程序
输入的是一个二维数组A(Nx2)
插值方法为:
S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1) (This is a cubic spline interpolation. M program input is a two-dimensional array A (Nx2) interpolation method: S (x) = A (J)+ B (J)* (x- x (J ))+ C (J)* (x- x (J))** 2+ D (J)* (x- x (J))** 3 for x (J) )
- 2008-07-21 11:53:17下载
- 积分:1