登录
首页 » matlab » boost2014a

boost2014a

于 2019-01-05 发布
0 215
下载积分: 1 下载次数: 36

代码说明:

说明:  可以实现储能的充放电控制,通过改变电压参考值可以控制蓄电池的充放电,加入滤波以后,波形不错(It can realize the charge and discharge control of energy storage. By changing the voltage reference value, the charge and discharge of the battery can be controlled. After adding the filter, the waveform is good.)

文件列表:

boost2014a.slx, 26837 , 2019-01-02

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

发表评论

0 个回复

  • Delphi毕业论文:分布式多层数据库图书管理系统
    Delphi毕业论文:分布式多层数据库图书管理系统,通过开发一个分布式多层数据库图书管理系统,学习用delphi开发分布式多层数据库系统。采用Delphi6.0和MS Server2000等软件为开发工具;通过对计算机硬件和软件解决方案的论证;对应用领域进行调查分析;参考各种资料和进行数据库编程实践。在指导老师的帮助下,已经基本上成功地实现了设计任务书的要求。使得设计的数据库系统能够实现一般数据库的管理。我们研究了数据库的查询优化问题。
    2022-08-19 10:40:41下载
    积分:1
  • App_BlueTooth_jb51
    安卓手机端蓝牙互传软件 可用 学习用(the android bluetooth code good)
    2018-12-09 17:37:49下载
    积分:1
  • Android重力感应测试代码
    Android 手机重力传感器调用+源码,作者:Himi,手机加速度传感器 ,也称为重力传感器,自SDK 1.5(api 3)就支持传感器了。解释:此传感器不仅对玩家反转手机的动作可以检测到,而且会根据反转手机的程度,得到传感器的值也会不同!sensor = sm.getDefaultSensor(Sensor.TYPE_ACCELEROMETER);//得到一个重力传感器实例   //TYPE_ACCELEROMETER 加速度传感器(重力传感器)类型。   //TYPE_ALL 描述所有类型的传感器。   //TYPE_GYROSCOPE 陀螺仪传感器类型   //TYPE_LIGHT 光传感器类型   //TYPE_MAGNETIC_FIELD 恒定磁场传感器类型。   //TYPE_ORIENTATION 方向传感器类型。   //TYPE_PRESSURE 描述一个恒定的压力传感器类型   //TYPE_PROXIMITY 常量描述型接近传感器   //TYPE_TEMPERATURE 温度传感器类型描述
    2022-09-05 16:10:02下载
    积分:1
  • DCDC
    buck直流-直流转换器的simulink建模 电压反馈和电流反馈(buck dc-dc converter: basic structure[buck.mdl] voltage feedback[buck_fb.mdl] and current feedback[buck_fb_c.mdl])
    2009-02-20 11:11:41下载
    积分:1
  • use IE direct control of broilers (with tools)
    利用IE直接控制肉鸡(附工具)-use IE direct control of broilers (with tools)
    2022-03-13 17:48:45下载
    积分:1
  • lena
    说明:  SLIC算法是simple linear iterative cluster的简称,该算法用来生成超像素(superpixel) 算法步骤: 已知一副图像大小M*N,可以从RGB空间转换为LAB空间,LAB颜色空间表现的颜色更全面 假如预定义参数K,K为预生成的超像素数量,即预计将M*N大小的图像(像素数目即为M*N)分隔为K个超像素块,每个超像素块范围大小包含[(M*N)/K]个像素 假设每个超像素区域长和宽都均匀分布的话,那么每个超像素块的长和宽均可定义为S,S=sqrt(M*N/K) 遍历操作,将每个像素块的中心点的坐标(x,y)及其lab的值保存起来,加入到事先定义好的集合中(Algorithmic steps: Given the size of an image M*N, it can be converted from RGB space to LAB space, and the color space of LAB is more comprehensive. If the predefined parameter K, K is the number of pre-generated super-pixels, i.e., the image of M*N size (the number of pixels is M*N) is expected to be divided into K super-pixel blocks, each of which contains [(M*N)/K] pixels. Assuming that the length and width of each super-pixel region are evenly distributed, the length and width of each super-pixel block can be defined as S, S = sqrt (M*N/K). The traversal operation saves the coordinates (x, y) and lab values of the central points of each pixel block and adds them to a pre-defined set.)
    2019-06-10 14:48:52下载
    积分:1
  • D1-026
    说明:  matlab变压器仿真,matlab sumilink(Matlab transformer simulation)
    2021-03-14 22:14:27下载
    积分:1
  • RUFUS
    说明:  Soft for make boot usb flash
    2021-01-12 14:51:32下载
    积分:1
  • vc++ 6.0开发控制台Windows服务监控程序
    vc++6.0 实现基于控制台的Windows服务监控程序,可实现windows服务监控和检测网关程序的侦听端口,运行后请根据CMD窗口的提示操作。if (pstProgNodeBuf->m_nFlag == 2) //连接当前Sgip侦听的端口   {    if (!ConnectSgipServer(pstProgNodeBuf->m_nPort)) //SGIP不正常运行    {    if (!StartUnlimitService(pstProgNodeBuf->m_szServiceName)) //启动该服务    {    sprintf(szLog,"启动该[%s]服务失败",pstProgNodeBuf->m_szServiceName);    WriteLogRecord(szLog);    LogMsg(szLog);    pstProgNodeBuf->m_iRecCount ++ ; //超过2次启动服务失败    if(difftime(tCurrTime,pstProgNodeBuf->tSendShortTime) > 2*60*60 && pstProgNodeBuf->m_iRecCount >= 2) //检测发送短消息时间间隔 (设置值为1个小时即1*60*60秒)    {    CString strSendMessage;    strSendMessage.Format("%s",pstProgNodeBuf->m_szSendMessage);    //发送短消息    //连接服务器,发送内容    //发送短消息
    2022-02-09 22:47:24下载
    积分:1
  • travist-jquery.treeselect.js-1.0.0-9-g773a070
    说明:  下拉选择树,适用于只有二级数据,致辞搜索模糊查询、多选、向后台传送数据(Dropdown Selection Tree)
    2020-06-23 21:00:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载