代码搜索:sequence

找到约 10,000 项符合「sequence」的源代码

代码结果 10,000
www.eeworm.com/read/359976/10113024

c fet440_adc12_09.c

//****************************************************************************** // MSP-FET430P440 Demo - ADC12, Sequence of Conversions (non-repeated) // // This example shows how to perform A/D
www.eeworm.com/read/359900/10116791

m signature.m

function [st, angle, x0, y0] = signature(b, varargin) %SIGNATURE Computes the signature of a boundary. % [ST, ANGLE, X0, Y0] = SIGNATURE(B) computes the signature of a % given boundary, B, whe
www.eeworm.com/read/359567/10138579

tcl datatype3.tcl

set rcsid {$Id: datatype3.tcl,v 1.14 2006/05/23 23:22:29 drh Exp $} source common.tcl header {Datatypes In SQLite Version 3} puts { Datatypes In SQLite Version 3 1. Storage Classes
www.eeworm.com/read/359349/10153913

m m_p_beike.m

%========================================================================== % Name:M_P.m % %========================================================================== clear;close all, t=-2:0.0
www.eeworm.com/read/359349/10153923

m example5_1.m

%========================================================================== % Name:example5_1.m % The program compute the DTFT of discrete-time sequence x(n), % and plot the curves. %==========
www.eeworm.com/read/359349/10153965

m drsp.m

a=input('Type in the left coefficient vector:'); b=input('Type in the right coefficient vector:'); n=input('Type in the range of index n:'); x=input('Type in the expression of input sequence x[n]:'
www.eeworm.com/read/359349/10154018

m example5_2.m

%========================================================================== % Name:example5_1.m % The program compute the DTFT of discrete-time sequence x(n), % and plot the curves. %==========
www.eeworm.com/read/359349/10154027

m dft_dir.m

% Name:DFT_dir % The direct algorithm N=input('Type in the DFT length N='); n=0:N-1; x=input('x(n)=:');%u(n)-u(n-4);%input('Type in the sequence x(n)='); k=0:N-1; X=zeros(1,N); for m=0:N-1;
www.eeworm.com/read/359349/10154107

m example5_3.m

%========================================================================== % Name:example5_3.m % The program compute the DTFT of discrete-time sequence x(n), % and plot the curves. %==========
www.eeworm.com/read/359349/10154116

m dtft_beike.m

%========================================================================== % Name:DTFT.m % The program compute the DTFT of discrete-time sequence x(n), % and plot the curves. %================