资源列表
[matlab例程] Potential-Another-Geometry
说明:Potential using FDM for a trapezoidal geometry<Winner> 在 2025-11-17 上传 | 大小:35kb | 下载:0
[matlab例程] 白噪声及有色噪声序列的产生
说明:%白噪声及有色噪声序列的产生 clear all; close all; L=500; %仿真长度 d=[1 -1.5 0.7 0.1]; c=[1 0.5 0.2]; %D、C多项式的系数(可用roots命令求其根) nd=length(d)-1; nc=length(c)-1; %nd、nc为D、C的阶次 xik=zeros(nc,1); %白噪声初值,相当于ξ(k-1)...ξ(k-nc) ek=zeros(nd,1); %有色噪声初值 xi=randn(L,1); %r<kristaleebom> 在 2014-05-19 上传 | 大小:763byte | 下载:0
[matlab例程] SISO系统噪信比的计算
说明:单输入单输出系统噪信比的计算:%SISO系统噪信比的计算 clear all; a=[1 -0.4]; b=[1]; c=[1 -0.3]; %对象参数A、B、C na=length(a)-1; nb=length(b)-1; nc=length(c)-1; %各多项式阶次 n=max(max(na,nb),nc); a0=[a zeros(1,n-na)]; b0=[b zeros(1,n-nb)]; c0=[c zeros(1,n-nc)]; %高次项补0 deltau2=1<kristaleebom> 在 2014-05-19 上传 | 大小:970byte | 下载:0
[matlab例程] 8888458knn
说明:K近邻算法(KNN)的matlab源代码,程序清晰易读-K nearest neighbor (KNN) of matlab source code, procedures legible<李修鹤> 在 2025-11-17 上传 | 大小:80kb | 下载:0
[matlab例程] niulafa
说明:用matlab实现电力系统稳态分析中电力系统的潮流计算程序-Using matlab to achieve steady-state analysis of power systems in the power system load flow calculation program<blanklijianhui> 在 2025-11-17 上传 | 大小:2kb | 下载:0
[matlab例程] Inverted-Pendulum-System
说明:倒立摆模型,国外学者做的,用于PID控制和LQR控制-Inverted Pendulum System<huxiaoxuan> 在 2025-11-17 上传 | 大小:316kb | 下载:0
[matlab例程] lms-algorithm
说明:自己改编的lms算法,行数不多,更加容易被理解。-modified lms algorithm by myself,it is easier to be understood.<亨德森> 在 2025-11-17 上传 | 大小:1kb | 下载:0
[matlab例程] dplqr
说明:非稳态的LQ状态反馈增益的设计与最终状态的处罚-Nonsteady LQ state-feedback gain design with final state penalty<huxiaoxuan> 在 2025-11-17 上传 | 大小:2kb | 下载:0
[matlab例程] invertedpendulum
说明:倒立摆;分析,设计与实现是一个MATLAB函数和脚本,和Simulink模型,用于分析倒立摆系统和控制系统的设计。-The Inverted Pendulum Analysis, Design & Implementation is a collection of MATLAB functions & scr ipts, and SIMULINK models, useful for analyzing Inverted Pendulum System and designing Contro<huxiaoxuan> 在 2025-11-17 上传 | 大小:689kb | 下载:0
[matlab例程] Inverted_Pendulum_Control
说明:这个程序的目的是允许用户与阶跃响应图视图的倒立摆系统的动画。这允许用户看到图和系统的物理响应之间的相关性。-The purpose of this app is to allow the user to view an animation of the Inverted Pendulum system with the step response plot. This allows the user to see the correlation between the plot and the<huxiaoxuan> 在 2025-11-17 上传 | 大小:38kb | 下载:0