代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/354574/10344920
m manygeneralchains.m
% manygeneralchains.m generates multiple simulations using generalchain.m.
num=6;
for v=1:num,
subplot(num,1,v);
generalchain;
end
www.eeworm.com/read/354574/10344924
m manychains.m
% manychains.m generates multiple simulations using chain.m.
num=6;
for v=1:num,
subplot(num,1,v);
chain;
end
www.eeworm.com/read/354573/10344955
m manyprocesses.m
% manyprocesses.m generates multiple simulations using process.m.
num=6;
for v=1:num,
subplot(num,1,v);
process;
end
www.eeworm.com/read/279967/10373460
h cmnhdr.h
/******************************************************************************
Module: CmnHdr.h
Notices: Copyright (c) 2008 Jeffrey Richter & Christophe Nasarre
Purpose: Common header file contai
www.eeworm.com/read/354153/10381815
c sbpcd4.c
/*
* duplication of sbpcd.c for multiple interfaces
*/
#define SBPCD_ISSUE 4
#include "sbpcd.c"
www.eeworm.com/read/354153/10381858
c sbpcd3.c
/*
* duplication of sbpcd.c for multiple interfaces
*/
#define SBPCD_ISSUE 3
#include "sbpcd.c"
www.eeworm.com/read/354153/10381893
c sbpcd2.c
/*
* duplication of sbpcd.c for multiple interfaces
*/
#define SBPCD_ISSUE 2
#include "sbpcd.c"
www.eeworm.com/read/279424/10438836
m zak.m
function dzt=zak(sig,N,M)
%ZAK Zak transform.
% DZT=ZAK(SIG,N,M) computes the Zak transform of signal SIG.
%
% SIG : Signal to be analysed (length(X)=N1).
% N : number of Zak coefficients in time (
www.eeworm.com/read/161171/10441180
m zak.m
function dzt=zak(sig,N,M)
%ZAK Zak transform.
% DZT=ZAK(SIG,N,M) computes the Zak transform of signal SIG.
%
% SIG : Signal to be analysed (length(X)=N1).
% N : number of Zak coefficients in time (