代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/207278/15275842
m genint.m
function yint = genint(N)
%GENINT generate interference for TONE GENERATOR mystery signal
%------
% Usage: Y = genint(N)
%
% N : signal length of the interference
% Y : outp
www.eeworm.com/read/207278/15275913
m pronysyn.m
function ss = pronysyn( lam, c, nn )
%PRONYSYN synthesize a sum of exponentials
%--------
% Usage: ss = pronysyn( lam, c, nn )
%
% lam = vector of EXPONENTS
% c = vector of
www.eeworm.com/read/207278/15275916
m genint.m
function yint = genint(N)
%GENINT generate interference for TONE GENERATOR mystery signal
%------
% Usage: Y = genint(N)
%
% N : signal length of the interference
% Y : outp
www.eeworm.com/read/207278/15275935
m autolpc.m
function [A, G, r, a] = autolpc(x, p)
%AUTOLPC Autocorrelation Method for LPC
%-------
% Usage: [A, G, r, a] = autolpc(x, p)
%
% x : vector of input samples
% p
www.eeworm.com/read/207278/15275936
m fmagplot.m
function fmagplot( xa, dt )
%FMAGPLOT Plot Fourier Transform (Mag) of "ANALOG" signal
%-----
% Usage: fmagplot( xa, dt )
%
% xa : "ANALOG" signal
% dt : sampling interval
www.eeworm.com/read/207278/15275944
m chopfile.m
function chopfile(fname, L)
%CHOPFILE break a long speech file into several smaller files
%----
% Usage: chopfile( 'fname', L )
%
% 'fname' : name of input file
% (ASSU
www.eeworm.com/read/207278/15275953
m genint.m
function yint = genint(N)
%GENINT generate interference for TONE GENERATOR mystery signal
%------
% Usage: Y = genint(N)
%
% N : signal length of the interference
% Y : outp
www.eeworm.com/read/207008/15284212
darwin readme.darwin
Darwin/MacOSX Support - December 16, 2003
=========================================
Important Usage Notes
=====================
GC_init() MUST be called before calling any other GC functions. This
www.eeworm.com/read/11139/204554
pl createnodeconnectivitym.pl
#!/usr/bin/perl
# FileName: createMotelabTopology.pl
# Date: December 31, 2004
#
# Description: Converts a TOSSIM .nss (topology) file into Motelab format
# Usage: ./createMotelabTo
www.eeworm.com/read/11175/207873
makefile
#========================================================================
# Name: QBASIC Runtime Makefile
# Usage:
# make -f [TL=] ["IDB=-DDBG"] [bqb50.lib bqlb45.lib]
#