代码搜索:S-P
找到约 26 项符合「S-P」的源代码
代码结果 26
www.eeworm.com/read/431812/8652613
cpp pku2659.cpp
#include "stdio.h"
int main()
{
int status[100][100],A,B,K,R,S,P,T,i,j,now;
scanf("%d%d%d",&A,&B,&K);
for(i=0;i
www.eeworm.com/read/178118/9417972
m dir2par.m
function [C,B,A]=dir2par(b,a)
%直接型到并联型的转换
%
%[C,B,A]=dir2par(b,a)
%C为当b的长度大于a时的多项式部分
%B为包含各bk的K乘2维实系数矩阵
%A为包含各ak的K乘3维实系数矩阵
%b为直接型分子多项式系数
%a为直接型分母多项式系数
%
M=length(b);
N=length(a);
[rl,p1,C]
www.eeworm.com/read/435474/7791665
pas stpluto.pas
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/193048/8255873
m ex8_17.m
% ex8_17
% 设计降阶观测器
a=[0 1 0;0 -1 1;0 0 -5];b=[0 0 5]';c=[1 0 0 ];d=0;
syms s f11 f12 f21 f22 t11 t21 l11 l21 p1 p2 Iphe;pp1=-20;pp2=-20;
F=[f11 f12;f21 f22];L=[l11;l21];T=[t11 1 0;t21 0 1];
SD=su
www.eeworm.com/read/339293/12244922
m siti.m
s = tf('s');
k = 0.1;
z=5;p=4.5;a=10;
g0 = [(s-z)/(s-p),k;(s-z)/(sqrt(k)*s+1),(sqrt(k)*s+1)/(s-p)];
g0 = [(s-z)/(s-p),1;0.01*(s-z)/(s+a),0.01];
X = diag([1 1]);
G = g0*X;
gp=evalfr(G,p+0
www.eeworm.com/read/193048/8255732
m ex8_11.m
% ex8_11
% 设计状态反馈控制系统
a=[0 1 0;0 -1 1;0 0 -5];
b=[0 0 5]';
c=[1 0 0 ];
d=0;
p=[-30 -10 -1+2*j -1-2*j];
syms s k1 k2 k3 K KI;
K=[k1 k2 k3];
S=sym2poly((s-p(1))*(s-p(2))*(s-p(3))*(s-p(4)));
Ac
www.eeworm.com/read/193048/8256023
m ex8_12.m
% ex8_12
% 采用添加前向放大系数K的方法实现稳态无误差
a=[0 1 0;0 -1 1;0 0 -5];
b=[0 0 5]';
c=[1 0 0 ];
d=0;
p=[-10 -1+2*j -1-2*j];
syms s k1 k2 k3 K KI;
K=[1 k2 k3];
k1=1;
S=sym2poly((s-p(1))*(s-p(2))*(s-p(3)));
www.eeworm.com/read/385008/8824433
m ga_circles.m
function ga_circles(s, values)
%GA_CIRCLES Draw constant available power gain circles on a Smith Chart.
% GA_CIRCLES(S, VALUES) has the following parameters:
% - S: a 2x2 matrix containing the s-p
www.eeworm.com/read/382787/9000384
m traceray_ps.m
function [t,p,L]=traceray_ps(vp,zp,vs,zs,zsrc,zr,zd,x,xcap,pfan,itermax,optflag,pflag,dflag)
% TRACERAY_PS: traces a P-S (or S-P) reflection for v(z)
%
% [t,p,L]=traceray_ps(vp,zp,vs,zs,zsrc,zr,zd,
www.eeworm.com/read/168118/9937346
m traceray_ps.m
function [t,p,L]=traceray_ps(vp,zp,vs,zs,zsrc,zr,zd,x,xcap,pfan,itermax,optflag,pflag,dflag)
% TRACERAY_PS: traces a P-S (or S-P) reflection for v(z)
%
% [t,p,L]=traceray_ps(vp,zp,vs,zs,zsrc,zr,zd,