期刊文献+
共找到1,304篇文章
< 1 2 66 >
每页显示 20 50 100
面向新型电力系统的S-CO_(2)循环发电技术进展
1
作者 李红智 张一帆 +6 位作者 白文刚 杨玉 李凯伦 周毓佳 孙山 张旭伟 倪依柯 《中国电机工程学报》 北大核心 2025年第14期5342-5357,I0001,共17页
超临界二氧化碳(supercritical CO_(2),S-CO_(2))循环发电是以CO_(2)为工质、整个循环系统均在CO_(2)临界点以上运行的新型动力循环发电技术,具有高参数效率高、全负荷灵活性好、机组占地面积小和热源适用性广等优点,是国内外普遍认可... 超临界二氧化碳(supercritical CO_(2),S-CO_(2))循环发电是以CO_(2)为工质、整个循环系统均在CO_(2)临界点以上运行的新型动力循环发电技术,具有高参数效率高、全负荷灵活性好、机组占地面积小和热源适用性广等优点,是国内外普遍认可的变革性热力发电技术。该技术在高效灵活火电、高参数光热发电和液态金属小型核电等应用领域,相比传统蒸汽动力循环更具优势,对我国构建新型电力系统意义重大。该文重点分析S-CO_(2)循环系统构建、核心设备设计、动态仿真和运行控制等关键技术国内外的最新研究进展及下一步亟待解决的技术难点,可为S-CO_(2)循环发电的技术迭代和示范应用提供一定参考。 展开更多
关键词 超临界二氧化碳动力循环 循环构建 新型换热设备 旋转机械 运行控制策略 新型电力系统
在线阅读 下载PDF
面向NewSQL数据库数据协同持久化的研究 被引量:1
2
作者 左顺 李永坤 许胤龙 《计算机科学》 北大核心 2025年第1期131-141,共11页
现代NewSQL数据库为了提供数据的高可用性,通常会为数据提供多个副本,以便在某个副本不可用时,可以从其他的副本中获取数据。而在数据多副本的情况下,又需要考虑副本间的数据一致性问题,即在某一时刻不同客户端读取某个数据时得到的结... 现代NewSQL数据库为了提供数据的高可用性,通常会为数据提供多个副本,以便在某个副本不可用时,可以从其他的副本中获取数据。而在数据多副本的情况下,又需要考虑副本间的数据一致性问题,即在某一时刻不同客户端读取某个数据时得到的结果应该是相同的,因此引入了事务处理机制。在一个包含多个写操作的交互式事务处理过程中,由于数据存在多个副本,因此每个写入操作需要对所有的主备副本进行写入操作。然而主备副本通常分散在不同的机器上,因此会引入写远端副本的时延,其最终将会增大整个事务的处理时延。针对该问题,提出了数据协同持久化的方案,其主要思想是让客户端在本地缓存事务的写操作日志,在最终提交事务时,客户端首先将事务中的写操作日志进行持久化,并将该日志发送给事务的协调者节点,让协调者进行日志数据的分发处理,从而达到两者协同持久化事务数据的目的。实验结果表明,相较于同步持久化方案,协同持久化方案不仅能降低交互式事务处理的时延,还能提高约38%左右的系统极限吞吐率。 展开更多
关键词 分布式数据库 并发控制 数据持久化 数据一致性 高数据竞争负载
在线阅读 下载PDF
Adaptive fuzzy controller for a class of strict-feedback nonaffine nonlinear systems 被引量:2
3
作者 Jie Wen Changsheng Jiang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2011年第6期967-974,共8页
A robust adaptive fuzzy control scheme is presented for a class of strict-feedback nonaffine nonlinear systems with modeling uncertainties and external disturbances by using a backstepping approach.Fuzzy logic systems... A robust adaptive fuzzy control scheme is presented for a class of strict-feedback nonaffine nonlinear systems with modeling uncertainties and external disturbances by using a backstepping approach.Fuzzy logic systems are employed to approximate the unknown parts of the desired virtual controls,and the approximation errors of fuzzy systems are only required to be norm-bounded.The function tanh(·) is introduced to avoid problems associated with sgn(·).The tracking error is guaranteed to be uniformly ultimately bounded with the aid of an additional adaptive compensation term.Chua's circuit system and R o¨ssler system are presented to illustrate the feasibility and effectiveness of the proposed control technique. 展开更多
关键词 fuzzy control nonaffine system backstepping approach Chua's circuit system Ro ¨ssler system tanh function.
在线阅读 下载PDF
基于深度强化学习的电机S-曲线转速控制方法
4
作者 毛德辉 李鹏 吴建德 《机床与液压》 北大核心 2025年第5期88-94,共7页
针对电机暂态控制产生冲击和抖动导致的设备易损坏问题,提出一种基于深度强化学习的电机S-曲线转速控制方法。采用Sigmoid函数设计电机转速控制速度规划曲线,降低加速度不连续变化的冲击影响;基于Actor-Critic框架,结合深度确定性策略算... 针对电机暂态控制产生冲击和抖动导致的设备易损坏问题,提出一种基于深度强化学习的电机S-曲线转速控制方法。采用Sigmoid函数设计电机转速控制速度规划曲线,降低加速度不连续变化的冲击影响;基于Actor-Critic框架,结合深度确定性策略算法(DDPG)和混合形式的奖励函数搭建深度强化学习控制器,建立动态奖惩机制;通过MATLAB/Simulink仿真分析,将DDPG控制器与模型预测控制器、PID控制器、BP-PID控制器及GA-PID控制器分别在电机空载与负载时的控制效果进行对比。实验结果表明:DDPG控制器可以实现电机平滑加减速控制,并且可以消除超调量,具有更快的响应速度;当存在外部负载扰动时,电机转速跌落减少了50%~75%,极大提高了系统的抗扰动能力。 展开更多
关键词 深度强化学习 s-曲线 暂态控制 转速控制
在线阅读 下载PDF
内含赤羽病病毒S基因假病毒的构建、鉴定及初步应用
5
作者 李超 潘俊慧 +6 位作者 王素春 隋金钰 魏世萌 祁倩 吴发兴 李博文 王楷宬 《中国动物检疫》 2025年第1期96-102,共7页
为制备赤羽病病毒(Akabane virus,AKAV)核酸诊断试剂中的阳性对照品,本研究首先合成AKAV S全基因,然后构建重组慢病毒穿梭载体pLenti-GIII-CMV-CBH-GFP-2A-Puro-AKAV,并将测序鉴定成功的重组慢病毒穿梭载体与包装载体共转染293T细胞;收... 为制备赤羽病病毒(Akabane virus,AKAV)核酸诊断试剂中的阳性对照品,本研究首先合成AKAV S全基因,然后构建重组慢病毒穿梭载体pLenti-GIII-CMV-CBH-GFP-2A-Puro-AKAV,并将测序鉴定成功的重组慢病毒穿梭载体与包装载体共转染293T细胞;收获纯化的细胞培养液上清,进行核酸质粒残留检测;将上清感染293T细胞,观察绿色荧光蛋白基因表达情况,并采用RT-PCR和荧光定量RT-PCR试验检测上清中是否存在AKAV S基因片段,最终通过数字RT-PCR方法进行绝对定值。结果显示;纯化的细胞培养液上清中无核酸质粒残留,在培养72 h的293T细胞中可观察到绿色荧光;采用RT-PCR和荧光定量RT-PCR试验均可扩增出AKAV S基因目的片段;采用数字RT-PCR方法,将制备的假病毒溶液拷贝数浓度定值为3.36×10^(3)copies/μL。结果表明,本研究成功构建了含AKAV S全基因片段的假病毒,可作为AKAV核酸检测的阳性对照品,为后续研发AKAV核酸诊断试剂盒奠定了基础。 展开更多
关键词 赤羽病病毒 s基因 假病毒粒子 阳性对照品
在线阅读 下载PDF
Design of TakagiSugeno fuzzy model based nonlinear sliding model controller 被引量:1
6
作者 Xu gong Chen Zengqiang Yuan Zhuzhi 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2005年第4期847-851,共5页
A design method is presented for Takagi-Sugeno (T-S) fuzzy model based nonlinear sliding model controller. First, the closed-loop fuzzy system is divided into a set of dominant local linear systems according to oper... A design method is presented for Takagi-Sugeno (T-S) fuzzy model based nonlinear sliding model controller. First, the closed-loop fuzzy system is divided into a set of dominant local linear systems according to operating sub-regions. In each sub-region the fuzzy system consists of nominal linear system and a group of interacting systems. Then the controller composed two parts is designed. One part is designed to control the nominal system, the other is designed to control the interacting systems with sliding mode theory. The proposed controller can improve the robusmess and gnarantee tracking performance of the fuzzy system. Stability is guaranteed without finding a common positive definite matrix. 展开更多
关键词 sliding model control fuzzy control T-s fuzzy model Lyapunov stability
在线阅读 下载PDF
等离子体合成射流改善S弯进气道气动性能的实验研究
7
作者 张富垚 梁华 +1 位作者 刘诗敏 杨鹤森 《推进技术》 北大核心 2025年第1期42-49,共8页
为了对狭缝式S弯进气道中的流动分离进行有效控制,本文基于等离子体合成射流开展了激励特性和相关流动控制实验研究。结果表明:在激励器能量沉积比确定的条件下,等离子体合成射流激励器的放电能量与激励频率无关,然而不同能量沉积比都... 为了对狭缝式S弯进气道中的流动分离进行有效控制,本文基于等离子体合成射流开展了激励特性和相关流动控制实验研究。结果表明:在激励器能量沉积比确定的条件下,等离子体合成射流激励器的放电能量与激励频率无关,然而不同能量沉积比都存在一个最佳激励频率,使得射流速度达到最大。在激励特性诊断的基础上通过风洞实验验证了等离子体合成射流改善狭缝式S弯进气道气动性能的有效性,最佳激励效果为在出口速度为Ma=0.25时使得总压畸变指数降低22.59%。 展开更多
关键词 狭缝式s弯进气道 流动控制 等离子体合成射流 射流特性 二次流
在线阅读 下载PDF
微型涡流发生器改善S弯喷管流场的实验研究
8
作者 刘诗敏 梁华 +2 位作者 李金平 张富垚 马张煜 《推进技术》 北大核心 2025年第2期41-56,共16页
S弯喷管虽然能够提升飞行器隐身性能,但弯曲的几何结构会造成额外的总压损失和低能流体脉动增强的问题,导致飞行器性能降低,因此需要采用流动控制手段改善内部流场。本文将阵列式微型涡流发生器安装在S弯喷管上壁面中心线局部速度最大... S弯喷管虽然能够提升飞行器隐身性能,但弯曲的几何结构会造成额外的总压损失和低能流体脉动增强的问题,导致飞行器性能降低,因此需要采用流动控制手段改善内部流场。本文将阵列式微型涡流发生器安装在S弯喷管上壁面中心线局部速度最大点前侧,研究其在冷态流场中对喷管出口总压损失的控制效果和对上壁面下游流场低频脉动的抑制效果。结果表明:(1)在试验参数下,对于相同高度的微型涡流发生器,安装位置距离局部速度最大点较远时,喷管出口截面总压损失系数更低。(2)落压比为1.2时,安装高度为2.2%喷管入口直径的微型涡流发生器,能够使喷管出口平均总压损失系数相对基准降低8.57%。(3)微型涡流发生器能降低喷管上壁面下游流场的低频脉动,使脉动幅值降低22.8%,提升低能流稳定性。 展开更多
关键词 s弯喷管 微型涡流发生器 总压损失 流动控制 变分模态分解
在线阅读 下载PDF
Fuzzy robust attitude controller design for hydrofoil catamaran 被引量:1
9
作者 RenJunsheng YangYansheng 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2005年第1期110-115,共6页
A robust attitude controller for hydrofoil catamaran throughout its operating envelope is proposed, based on Tagaki-Sugeno (T-S) fuzzy model. Firstly, T-S fuzzy model and robust attitude control strategy for hydrofoil... A robust attitude controller for hydrofoil catamaran throughout its operating envelope is proposed, based on Tagaki-Sugeno (T-S) fuzzy model. Firstly, T-S fuzzy model and robust attitude control strategy for hydrofoil catamaran is presented by use of linear matrix inequality (LMI) techniques. Secondly, a nonlinear mathematical model of hydrofoil catamaran is established, acting as the platform for further researches. The specialty in interpolation of T-S fuzzy model guarantees that feedback gain can be obtained smoothly, while boat's speed is shifting over the operating envelope. The external disturbances are also attenuated to achieve H ∞ control performance, meanwhile. Finally, based on such a boat, HC200B-A1, simulation researches demonstrate the design procedures and the effectiveness of fuzzy robust attitude controller. 展开更多
关键词 hydrofoil catamaran robust attitude controller Tagaki-sugeno (T-s) fuzzy model linear matrix inequality.
在线阅读 下载PDF
基于S-梯形算法的步进电机控制研究
10
作者 夏国峰 冯楼静 +3 位作者 郭延川 余杨 李欣 郝向阳 《仪表技术与传感器》 北大核心 2025年第5期88-91,111,共5页
针对步进电机启、停环节的失步和过冲现象,提出一种S-梯形算法,对步进电机精确控制展开研究。建立S-梯形算法的数学模型,并在步进电机主控制程序中实现,采用仿真计算方法和试验测试方法对比分析采用S-梯形算法与梯形算法和S形算法情况... 针对步进电机启、停环节的失步和过冲现象,提出一种S-梯形算法,对步进电机精确控制展开研究。建立S-梯形算法的数学模型,并在步进电机主控制程序中实现,采用仿真计算方法和试验测试方法对比分析采用S-梯形算法与梯形算法和S形算法情况下的控制精度和工作效率。研究结果表明,提出的S-梯形算法相对现有算法,可有效提升步进电机的控制精度和工作效率,对于提升步进电机控制精度和工作效率研究具有参考意义。 展开更多
关键词 步进电机 s-梯形算法 控制精度 工作效率 仿真计算 试验测试
在线阅读 下载PDF
基于STM32的步进电机加减速轨迹规划算法 被引量:4
11
作者 徐建明 徐金辉 《浙江工业大学学报》 CAS 北大核心 2024年第4期465-472,共8页
针对传统步进电机开环控制下加减速过程中柔性冲击大、失步和过冲等问题,结合STM32单片机提出了一种离散化的、带有电流调节的S曲线加减速控制算法。首先,通过多项式算法构建连续光滑的S曲线,根据矩频特性拟合转速和转矩的关系,联立转... 针对传统步进电机开环控制下加减速过程中柔性冲击大、失步和过冲等问题,结合STM32单片机提出了一种离散化的、带有电流调节的S曲线加减速控制算法。首先,通过多项式算法构建连续光滑的S曲线,根据矩频特性拟合转速和转矩的关系,联立转速和功率的关系,推导出电流计算方法;然后,对连续的S曲线进行等时间间隔采样,完成对S曲线的离散化;最后,在Keil平台进行算法代码编写,将编译后的工程文件下载到STM32中,通过步进电机的速度和位置跟踪实验验证了算法的有效性。 展开更多
关键词 步进电机 s曲线 加减速控制
在线阅读 下载PDF
车辆主动悬架自适应变论域T-S模糊控制研究 被引量:2
12
作者 李韶华 季广港 +1 位作者 冯桂珍 王贺 《振动.测试与诊断》 EI CSCD 北大核心 2024年第4期733-739,828,共8页
针对传统变论域模糊控制存在过度依赖专家经验、伸缩因子参数不能自适应调整的问题,提出一种车辆主动悬架自适应变论域T-S模糊控制策略,从而提高车辆的行驶平顺性。结合神经网络和T-S模糊推理建立基于自适应神经模糊推理的一阶T-S模糊... 针对传统变论域模糊控制存在过度依赖专家经验、伸缩因子参数不能自适应调整的问题,提出一种车辆主动悬架自适应变论域T-S模糊控制策略,从而提高车辆的行驶平顺性。结合神经网络和T-S模糊推理建立基于自适应神经模糊推理的一阶T-S模糊控制器,利用神经网络的自学习特性产生完善的模糊规则,进而在传统函数型伸缩因子的基础上,将系统误差和误差变化率作为动态参数引入伸缩因子中,实现伸缩因子参数的自适应调整,解决了传统函数型伸缩因子因参数确定难度大导致控制效果差的问题。通过随机工况下的仿真分析和基于相似理论的缩尺实验,对所提出算法的有效性和工况自适应性进行了验证。结果表明,所提出的自适应变论域T-S模糊控制策略具有较强的工况适应性,在不同车速、路面激励下均可有效提高车辆的平顺性并保证轮胎接地安全性。 展开更多
关键词 主动悬架 变论域 伸缩因子 T-s模糊控制 神经模糊系统
在线阅读 下载PDF
摇摆、时间压力对DCS操作员监视绩效和工作负荷的影响
13
作者 胡鸿 武江 +3 位作者 张勉 沈超 易灿南 赵彩俊 《中国安全科学学报》 CAS CSCD 北大核心 2024年第11期9-16,共8页
为了解摇摆、时间压力对数字化控制系统(DCS)操作员监视作业的影响,降低人因失误,设计监视试验获得摇摆(静止、低和高)和时间压力(无时间压力和有时间压力)条件下操作员监视绩效和工作负荷;运用统计学方法分析摇摆和时间压力对监视绩效... 为了解摇摆、时间压力对数字化控制系统(DCS)操作员监视作业的影响,降低人因失误,设计监视试验获得摇摆(静止、低和高)和时间压力(无时间压力和有时间压力)条件下操作员监视绩效和工作负荷;运用统计学方法分析摇摆和时间压力对监视绩效和工作负荷的影响。结果表明:摇摆对监视绩效(监视时间和正确率)和工作负荷影响均不显著,但随着摇摆级别的增加,监视时间和工作负荷呈现上升趋势;时间压力显著影响监视时间和工作负荷,但对正确率影响不显著;监视任务中,状态确认任务用时显著多于数据比较任务,但正确率差异不显著。摇摆条件下DCS操作员监视绩效和工作负荷与静止条件基本一致;有时间压力条件下,DCS操作员监视工作负荷较大,但监视时间较短。 展开更多
关键词 摇摆 时间压力 数字化控制系统(DCs) 操作员 监视绩效 工作负荷
在线阅读 下载PDF
基于Super-Twisting滑模S面的无人机路径跟踪控制 被引量:2
14
作者 张国兵 石上瑶 +2 位作者 李佳成 常哲 陈鹏云 《火力与指挥控制》 CSCD 北大核心 2024年第2期11-17,共7页
针对小型固定翼无人机在执行任务时跟踪精度低以及容易受外界风影响的问题,设计基于Super-Twisting滑模S面(STSM S-Plane)的路径跟踪控制器,同时采用内外双环控制模式。外环即速度环采用Super-Twisting滑模控制,内环即姿态环采用S面控... 针对小型固定翼无人机在执行任务时跟踪精度低以及容易受外界风影响的问题,设计基于Super-Twisting滑模S面(STSM S-Plane)的路径跟踪控制器,同时采用内外双环控制模式。外环即速度环采用Super-Twisting滑模控制,内环即姿态环采用S面控制。考虑到S面控制求导易导致积分爆炸的问题引入了二阶微分器,并对外界风组成进行建模研究。最后通过空间特殊曲线来验证所设计算法的控制性能。仿真结果表明,所设计的算法可以实现固定翼无人机对期望路径的精确跟踪,并具有良好的鲁棒性和抗干扰性能。 展开更多
关键词 固定翼无人机 super-Twisting滑模 s面控制 风干扰
在线阅读 下载PDF
Flexible predictive power-split control for battery-supercapacitor systems of electric vehicles using IVHS 被引量:2
15
作者 HE Defeng LUO Jie +1 位作者 LIN Di YU Shiming 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2023年第1期224-235,共12页
The utilization of traffic information received from intelligent vehicle highway systems(IVHS) to plan velocity and split output power for multi-source vehicles is currently a research hotspot. However, it is an open ... The utilization of traffic information received from intelligent vehicle highway systems(IVHS) to plan velocity and split output power for multi-source vehicles is currently a research hotspot. However, it is an open issue to plan vehicle velocity and distribute output power between different supply units simultaneously due to the strongly coupling characteristic of the velocity planning and the power distribution. To address this issue, a flexible predictive power-split control strategy based on IVHS is proposed for electric vehicles(EVs) equipped with battery-supercapacitor system(BSS). Unlike hierarchical strategies to plan vehicle velocity and distribute output power separately, a monolayer model predictive control(MPC) method is employed to optimize them online at the same time. Firstly, a flexible velocity planning strategy is designed based on the signal phase and time(SPAT) information received from IVHS and then the Pontryagin’s minimum principle(PMP) is adopted to formulate the optimal control problem of the BSS. Then, the flexible velocity planning strategy and the optimal control problem of BSS are embedded into an MPC framework, which is online solved using the shooting method in a fashion of receding horizon. Simulation results verify that the proposed strategy achieves a superior performance compared with the hierarchical strategy in terms of transportation efficiency, battery capacity loss, energy consumption and computation time. 展开更多
关键词 electric vehicle(EV) model predictive control(MPC) Pontryagin’s minimum principle(PMP) power-split
在线阅读 下载PDF
Reliable Fuzzy Control for a Class of Nonlinear Networked Control Systems with Time Delay 被引量:23
16
作者 FENG Jian WANG Shen-Quan 《自动化学报》 EI CSCD 北大核心 2012年第7期1091-1099,共9页
关键词 网络控制系统 状态时滞 模糊控制 非线性 LYAPUNOV泛函 线性矩阵不等式 网络诱导时延 执行器故障
在线阅读 下载PDF
固定翼UAV路径跟踪的全局稳定积分滑模S面控制 被引量:2
17
作者 陈鹏云 张国兵 +2 位作者 李佳成 关通 石上瑶 《计算机工程与应用》 CSCD 北大核心 2024年第13期353-360,共8页
针对固定翼无人机的三维路径跟踪控制问题,设计了一种基于全局稳定积分滑模S面模型的内外环控制器。控制器外环采用全局稳定积分滑模控制,内环采用S面控制。设计控制器外环的全局稳定积分滑模控制律,并采用Lyapunov理论证明所设计控制... 针对固定翼无人机的三维路径跟踪控制问题,设计了一种基于全局稳定积分滑模S面模型的内外环控制器。控制器外环采用全局稳定积分滑模控制,内环采用S面控制。设计控制器外环的全局稳定积分滑模控制律,并采用Lyapunov理论证明所设计控制律的稳定性。对内环的指令信号设计S面控制器,考虑到S面控制器中求导的复杂性,引入二阶微分器,解决内环中导数存在积分爆炸的问题。半物理仿真试验结果表明,提出的控制器能精确跟踪期望路径,具有良好的控制性能和抗干扰性能。 展开更多
关键词 无人机 全局稳定 路径跟踪 运动控制 滑模控制 s面控制
在线阅读 下载PDF
Research of robust adaptive trajectory linearization control based on T-S fuzzy system 被引量:3
18
作者 Jiang Changsheng Zhang Chunyu Zhu Liang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2008年第3期537-545,共9页
A robust adaptive trajectory linearization control (RATLC) algorithm for a class of nonlinear systems with uncertainty and disturbance based on the T-S fuzzy system is presented. The unknown disturbance and uncertai... A robust adaptive trajectory linearization control (RATLC) algorithm for a class of nonlinear systems with uncertainty and disturbance based on the T-S fuzzy system is presented. The unknown disturbance and uncertainty are estimated by the T-S fuzzy system, and a robust adaptive control law is designed by the Lyapunov theory. Irrespective of whether the dimensions of the system and the rules of the fuzzy system are large or small, there is only one parameter adjusting on line. Uniformly ultimately boundedness of all signals of the composite closed-loop system are proved by theory analysis. Finally, a numerical example is studied based on the proposed method. The simulation results demonstrate the effectiveness and robustness of the control scheme. 展开更多
关键词 nonlinear system trajectory linearization control robust adaptive control T-s fuzzy system.
在线阅读 下载PDF
Constrained predictive control based on T-S fuzzy model for nonlinear systems 被引量:7
19
作者 Su Baili Chen Zengqiang Yuan Zhuzhi 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2007年第1期95-100,共6页
A constrained generalized predictive control (GPC) algorithm based on the T-S fuzzy model is presented for the nonlinear system. First, a Takagi-Sugeno (T-S) fuzzy model based on the fuzzy cluster algorithm and th... A constrained generalized predictive control (GPC) algorithm based on the T-S fuzzy model is presented for the nonlinear system. First, a Takagi-Sugeno (T-S) fuzzy model based on the fuzzy cluster algorithm and the orthogonalleast square method is constructed to approach the nonlinear system. Since its consequence is linear, it can divide the nonlinear system into a number of linear or nearly linear subsystems. For this T-S fuzzy model, a GPC algorithm with input constraints is presented. This strategy takes into account all the constraints of the control signal and its increment, and does not require the calculation of the Diophantine equations. So it needs only a small computer memory and the computational speed is high. The simulation results show a good performance for the nonlinear systems. 展开更多
关键词 Generalized predictive control (GPC) Nonlinear system T-s fuzzy model Input constraint Fuzzy cluster
在线阅读 下载PDF
Fault detection for nonlinear networked control systems based on fuzzy observer 被引量:6
20
作者 Zhangqing Zhu Xiaocheng Jiao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第1期129-136,共8页
Security and reliability must be focused on control sys- tems firstly, and fault detection and diagnosis (FDD) is the main theory and technology. Now, there are many positive results in FDD for linear networked cont... Security and reliability must be focused on control sys- tems firstly, and fault detection and diagnosis (FDD) is the main theory and technology. Now, there are many positive results in FDD for linear networked control systems (LNCSs), but nonlinear networked control systems (NNCSs) are less involved. Based on the T-S fuzzy-modeling theory, NNCSs are modeled and network random time-delays are changed into the unknown bounded uncertain part without changing its structure. Then a fuzzy state observer is designed and an observer-based fault detection approach for an NNCS is presented. The main results are given and the relative theories are proved in detail. Finally, some simulation results are given and demonstrate the proposed method is effective. 展开更多
关键词 nonlinear networked control system (NNCs fault detection T-s fuzzy model state observer time-delay.
在线阅读 下载PDF
上一页 1 2 66 下一页 到第
使用帮助 返回顶部