登录
首页 » matlab » 容积卡尔曼滤波测量方程基于统计数据 cabature kalman

容积卡尔曼滤波测量方程基于统计数据 cabature kalman

于 2020-07-11 发布 文件大小:21KB
0 238
下载积分: 1 下载次数: 32

代码说明:

  容积卡尔曼滤波测量方程基于统计数据,利用蒙特卡罗方法抽取私家电动汽车一次出行里程数,根据电池充电特性及车辆行驶习惯获得电动汽车充电的起始荷电状态、充电功率和起始充电时间,建立了一个较为精确的预测无线充电私家电动汽车充电负荷的数学模型,(The volume Calman filter measurement equation is based on the statistical data, using Monte Carlo method to extract the first trip mileage of private electric vehicles. Based on the battery charging characteristics and vehicle driving habits, the initial charge state, charging power and starting charge time of the electric vehicle charging are obtained. A more accurate prediction radio is established. A mathematical model of charging load for private electric vehicles.)

文件列表:

队列, 0 , 2018-04-20
队列\ranvar, 0 , 2018-04-20
队列\ranvar\simpareto.m, 869 , 2014-02-12
__MACOSX, 0 , 2018-04-27
__MACOSX\队列, 0 , 2018-04-27
__MACOSX\队列\ranvar, 0 , 2018-04-27
__MACOSX\队列\ranvar\._simpareto.m, 212 , 2014-02-12
队列\ranvar\simbinom.m, 552 , 2014-02-12
__MACOSX\队列\ranvar\._simbinom.m, 212 , 2014-02-12
队列\ranvar\simexp.m, 668 , 2014-02-12
__MACOSX\队列\ranvar\._simexp.m, 212 , 2014-02-12
队列\ranvar\simdiscr.m, 1218 , 2014-02-12
__MACOSX\队列\ranvar\._simdiscr.m, 212 , 2014-02-12
队列\ranvar\distrmu.m, 1154 , 2014-02-12
__MACOSX\队列\ranvar\._distrmu.m, 212 , 2014-02-12
队列\ranvar\simlinear.m, 696 , 2014-02-12
__MACOSX\队列\ranvar\._simlinear.m, 212 , 2014-02-12
队列\ranvar\README, 602 , 2014-02-12
__MACOSX\队列\ranvar\._README, 212 , 2014-02-12
队列\ranvar\distrstat.m, 1777 , 2014-02-12
__MACOSX\队列\ranvar\._distrstat.m, 212 , 2014-02-12
队列\ranvar\simparetonrm.m, 914 , 2014-02-12
__MACOSX\队列\ranvar\._simparetonrm.m, 212 , 2014-02-12
队列\ranvar\simgeom.m, 583 , 2014-02-12
__MACOSX\队列\ranvar\._simgeom.m, 212 , 2014-02-12
__MACOSX\队列\._ranvar, 212 , 2018-04-20
队列\service, 0 , 2018-04-20
队列\service\servpath.m, 538 , 2014-02-12
__MACOSX\队列\service, 0 , 2018-04-27
__MACOSX\队列\service\._servpath.m, 212 , 2014-02-12
队列\service\simmg1.m, 1749 , 2014-02-12
__MACOSX\队列\service\._simmg1.m, 212 , 2014-02-12
队列\service\simmginfty.m, 2210 , 2014-02-12
__MACOSX\队列\service\._simmginfty.m, 212 , 2014-02-12
队列\service\simmm1.m, 1302 , 2014-02-12
__MACOSX\队列\service\._simmm1.m, 212 , 2014-02-12
队列\service\README, 876 , 2014-02-12
__MACOSX\队列\service\._README, 212 , 2014-02-12
队列\service\simmd1.m, 1416 , 2014-02-12
__MACOSX\队列\service\._simmd1.m, 212 , 2014-02-12
队列\service\simstmginfty.m, 4829 , 2014-02-12
__MACOSX\队列\service\._simstmginfty.m, 212 , 2014-02-12
队列\service\simgeod1.m, 191 , 2014-02-12
__MACOSX\队列\service\._simgeod1.m, 212 , 2014-02-12
__MACOSX\队列\._service, 212 , 2018-04-20
队列\license.txt, 1311 , 2014-02-12
__MACOSX\队列\._license.txt, 212 , 2014-02-12
__MACOSX\._队列, 212 , 2018-04-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 实验一
    说明:  一般信道容量迭代算法 (1)初始化信源分布:P^((0))=(p_(1 ),p_(2 ),…,p_(i ),…,p_r),置迭代计数器k=0,设信道容量相对误差门限为δ,δ>0,可设C(0)=-∞; (2)φ_ji^((k))=(p_ij p_i^((k)))/(∑p_ij p_i^((k)) ) i=1,…,r;j=1,…,s; (3)p_i^((k+1) )=exp?[∑_j?〖p_ij lnφ_ji^((k)) 〗]/(∑_i?〖{exp?[∑_j?〖p_ij lnφ_ji^((k)) 〗]}〗) i=1,…,r; (4)C^((k+1))=ln∑_i?〖{exp?[∑_j?〖p_ij lnφ_ji^((k)) 〗]}〗; (5)如果, (|C^((k+1) )-C^((k)) |)/C^((k+1)) ≤δ, 转向(7); (6)否则,置迭代符合 k+1→k,转向(2); (7)输出p_i^((k+1) )和C^((k+1)); (8)停止。(General channel capacity iterative algorithm)
    2020-05-21 14:30:04下载
    积分:1
  • blackhole2013-ns234-patch
    about installing ns2 in windows
    2014-06-07 21:58:13下载
    积分:1
  • PrQ2
    ssd4 PRACTICAL QUIZ 2答案答案了 (The answer ssd4 PRACTICAL QUIZ 2 answer)
    2009-05-18 15:46:49下载
    积分:1
  • Design_Of_Charge_Controller_Using_MPPT_A
    he energy generated using a photovoltaic (PV) are depends mainly on meteorological factors such as temperature and solar radiation. Considering the high cost and the low efficiency of a PV system, it must operate at maximum power point (MPP) which changes with the load variations and weather conditions. This article presents the conception of a nonlinear controller for the DC-DC converter to retrieve a maximum power from photovoltaic systems (PV). This is affected via the control of duty cycle of the converter. The backstepping control is used to design the controller. The incremental conductance algorithm provides the output reference voltage PV to the backstepping controller. An integral Action is added in order to render the controller robust against changes of parameters and perturbations. The proposed controller performance is assessed by numerical simulations under changing atmospheric conditions(efficiency of a PV system, it must operate at maximum power point (MPP) which changes with the load variations and weather conditions. This article presents the conception of a nonlinear controller for the DC-DC converter to retrieve a maximum power from photovoltaic systems (PV). This is affected via the control of duty cycle of the converter. The backstepping control is used to design the controller. The incremental conductance algorithm provides the output reference voltage PV to the backstepping controller. An integral Action is added in order to render the controller robust against changes of parameters and perturbations. The proposed controller performance is assessed by numerical simulations under changing atmospheric conditions)
    2020-06-23 01:00:01下载
    积分:1
  • 2022-01-31 07:51:08下载
    积分:1
  • wavelet_denoising.m
    说明:  matlab程序,使用小波进行7层分解,选用软阈值函数(Matlab program, using wavelet for 7-level decomposition, using soft threshold function)
    2020-02-13 15:44:53下载
    积分:1
  • 用VC写的winsock聊天序,分服务器和客户机俩个序,是学习winsock很好的源码!...
    用VC写的winsock聊天程序,分服务器和客户机俩个程序,是学习winsock很好的源码!- Winsock writes which with VC chats the procedure, divides the server and a client pairs procedure, studies the winsock very good source code!
    2023-02-28 07:35:03下载
    积分:1
  • ysReport
    设计器是一个简单快速的报表开发工具,轻松实现报表显示、过滤、打印、导出等一体化集成功能。提供VB.net、C#丰富使用例子,报表如何调用一目了然。(Report design tool)
    2014-10-19 16:07:08下载
    积分:1
  • mantis_vp2033
    Mantis VP-2033 driver.
    2015-03-11 21:21:49下载
    积分:1
  • vb-rewrite-txt
    用vb实现从读写txt文件,重新写入txt文件,为txt加一列等。( With vb a txt file read and write, re-write txt file to txt plus one and so on.)
    2016-05-06 16:23:36下载
    积分:1
  • 696516资源总数
  • 106947会员总数
  • 12今日下载