代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/217397/14966376
m tstlinsq.m
function [ret,x0,str,ts,xts]=tstlinsq(t,x,u,flag);
%TSTLINSQ is the M-file description of the SIMULINK system named TSTLINSQ.
% The block-diagram can be displayed by typing: TSTLINSQ.
%
% SYS=TSTL
www.eeworm.com/read/217397/14966453
m tstbchsq.m
function [ret,x0,str,ts,xts]=tstbchsq(t,x,u,flag);
%TSTBCHSQ is the M-file description of the SIMULINK system named TSTBCHSQ.
% The block-diagram can be displayed by typing: TSTBCHSQ.
%
% SYS=TSTB
www.eeworm.com/read/217397/14966713
m tstrsbnv.m
function [ret,x0,str,ts,xts]=tstrsbnv(t,x,u,flag);
%TSTRSBNV is the M-file description of the SIMULINK system named TSTRSBNV.
% The block-diagram can be displayed by typing: TSTRSBNV.
%
% SYS=TSTR
www.eeworm.com/read/217397/14966876
m comcdlin.m
function [ret,x0,str,ts,xts]=comcdlin(t,x,u,flag);
%COMCDLIN is the M-file description of the SIMULINK system named COMCDLIN.
% The block-diagram can be displayed by typing: COMCDLIN.
%
% SYS=COMC
www.eeworm.com/read/217397/14966895
m tstrsinv.m
function [ret,x0,str,ts,xts]=tstrsinv(t,x,u,flag);
%TSTRSINV is the M-file description of the SIMULINK system named TSTRSINV.
% The block-diagram can be displayed by typing: TSTRSINV.
%
% SYS=TSTR
www.eeworm.com/read/216263/15022393
m exa1_14.m
% exa1-14_unit_step_d.m for example 1-14
% unit step sequence
clear all;
N=32;
x=ones(1,N);
xn=0:N-1;
stem(xn,x)
axis([-1 32 0 1.1])
www.eeworm.com/read/216263/15022445
m exa1_12.m
% exa1-12_shift_unit_pulse_d.m for example 1-12
% shifted unit pulse sequence
clear all;
N=64;
k=20;
x=zeros(1,N);
x(k)=1;
xn=0:N-1;
stem(xn,x)
axis([-1 65 0 1.1])
www.eeworm.com/read/216263/15022460
m exa1_17.m
% exa1-17_complex_sine_d.m for example 1-17
% complex sine sequence
clear all;
N=32;
A=3;
w=314;
xn=0:N-1;
x=A*exp(j*w*xn);
stem(xn,x)
axis([-1 32 -3.2 3.2])
www.eeworm.com/read/216045/15028633
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to
www.eeworm.com/read/115042/15028670
h jishuqi.h
#ifndef JISHUQI_H
#define JISHUQI_H
#include "stdafx.h"
#include "Header.h"
#define R_OK 0 //表达式完全正确!
#define Error1 1 //括号不匹配,请重新输入表达式!
#define Error2 2 //你的表达式不连续,中间有空格。请重