代码搜索:continuous

找到约 2,697 项符合「continuous」的源代码

代码结果 2,697
www.eeworm.com/read/145526/12716797

m exa030102.m

%---------------------------------------------------------------------------- % exa030102, for example 3.1.2 % to obtain the Fourier transform of a continuous rectangle signal; % 计算连续方波信号的付里叶变换
www.eeworm.com/read/145526/12716813

m exa030101.m

%---------------------------------------------------------------------------- % exa030101, for example 3.1.1 % to obtain the Fourier coefficients of a continuous rectangle period signal; % 计算连续方波周
www.eeworm.com/read/243094/12964535

m exa030102.m

%---------------------------------------------------------------------------- % exa030102, for example 3.1.2 % to obtain the Fourier transform of a continuous rectangle signal; % 计算连续方波信号的付里叶变换
www.eeworm.com/read/243094/12964550

m exa030101.m

%---------------------------------------------------------------------------- % exa030101, for example 3.1.1 % to obtain the Fourier coefficients of a continuous rectangle period signal; % 计算连续方波周
www.eeworm.com/read/239056/13304566

m dongliangfc.m

function [sys,x0,str,ts] = dongliangfc(t,x,u,flag) % CSFUNC An example M-file S-function for defining a system of % continuous state equations: % Dispatch the flag. % switch flag, case
www.eeworm.com/read/239056/13304576

m dongliangjufc.m

function [sys,x0,str,ts] = dongliangjufc(t,x,u,flag) % CSFUNC An example M-file S-function for defining a system of % continuous state equations: % Dispatch the flag. % switch flag, cas
www.eeworm.com/read/239056/13304590

asv dongliangfc.asv

function [sys,x0,str,ts] = dongliangfc(t,x,u,flag) % CSFUNC An example M-file S-function for defining a system of % continuous state equations: % Dispatch the flag. % switch flag, case
www.eeworm.com/read/319074/13463343

m exa030102.m

%---------------------------------------------------------------------------- % exa030102, for example 3.1.2 % to obtain the Fourier transform of a continuous rectangle signal; % 计算连续方波信号的付里叶变换
www.eeworm.com/read/319074/13463350

m exa030101.m

%---------------------------------------------------------------------------- % exa030101, for example 3.1.1 % to obtain the Fourier coefficients of a continuous rectangle period signal; % 计算连续方波周
www.eeworm.com/read/316047/13531198

m expd.m

function zx=expd(x,n) %EXPD Expand a vector by repeating its points % EXPD(X,n) expands the vector X to n times % its length by repeating each point in X n times. % This utilit