代码搜索:Inverted
找到约 874 项符合「Inverted」的源代码
代码结果 874
www.eeworm.com/read/163199/10170979
m chap7_11f.m
function dx=dym(t,x,flag,para)
global A B C D
u=para;
dx=zeros(4,1);
%State equation for one link inverted pendulum
dx=A*x+B*u;
www.eeworm.com/read/163161/10172678
m chap7_12f.m
function dx=dym(t,x,flag,para)
global A B C D
u=para;
dx=zeros(4,1);
%State equation for one link inverted pendulum
dx=A*x+B*u;
www.eeworm.com/read/163161/10172684
m chap7_11f.m
function dx=dym(t,x,flag,para)
global A B C D
u=para;
dx=zeros(4,1);
%State equation for one link inverted pendulum
dx=A*x+B*u;
www.eeworm.com/read/419066/10887870
cpp fft.cpp
//#include "fft.h"
#include "Linux_amdf.h"
//#include "define_constants.h"
#include "math.h"
//#ifdef __GNUC__
//void AMDF::DoFFT(float *s, int n,const bool inverted=false) {
//#else
//void
www.eeworm.com/read/419066/10887871
h fft.h
class CFFT { //FFT类
public:
void DoFFT(float *s, int n,const bool inverted=false);
void RealFFT(float *s,int n,const bool inverted=false);
};
www.eeworm.com/read/273090/10928028
m chap7_12f.m
function dx=dym(t,x,flag,para)
global A B C D
u=para;
dx=zeros(4,1);
%State equation for one link inverted pendulum
dx=A*x+B*u;
www.eeworm.com/read/273090/10928032
m chap7_11f.m
function dx=dym(t,x,flag,para)
global A B C D
u=para;
dx=zeros(4,1);
%State equation for one link inverted pendulum
dx=A*x+B*u;
www.eeworm.com/read/273065/10929449
m chap7_12f.m
function dx=dym(t,x,flag,para)
global A B C D
u=para;
dx=zeros(4,1);
%State equation for one link inverted pendulum
dx=A*x+B*u;
www.eeworm.com/read/273065/10929453
m chap7_11f.m
function dx=dym(t,x,flag,para)
global A B C D
u=para;
dx=zeros(4,1);
%State equation for one link inverted pendulum
dx=A*x+B*u;
www.eeworm.com/read/416411/11030688
m chap7_12f.m
function dx=dym(t,x,flag,para)
global A B C D
u=para;
dx=zeros(4,1);
%State equation for one link inverted pendulum
dx=A*x+B*u;