代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/371636/9543984

m fmlin.m

function [y,iflaw]=fmlin(N,fnormi,fnormf,t0); %FMLIN Signal with linear frequency modulation. % [Y,IFLAW]=FMLIN(N,FNORMI,FNORMF,T0) generates a linear frequency % modulation. % The phase of this mod
www.eeworm.com/read/371636/9544002

m amrect.m

function y = amrect(N,t0,T); %AMRECT Generate rectangular amplitude modulation. % Y = AMRECT(N,T0,T) generates a rectangular amplitude modulation % centered on a time T0, and with a spread proportion
www.eeworm.com/read/371636/9544182

m tfrideal.m

function [tfr,t,f]=tfrideal(iflaws,t,N,trace) %TFRIDEAL Ideal TFR for given instantaneous frequency laws. % [TFR,T,F]=TFRIDEAL(IFLAWS,T,N,TRACE) generates the ideal % time-frequency representation cor
www.eeworm.com/read/371636/9544219

m amgauss.m

function y = amgauss(N,t0,T); %AMGAUSS Generate gaussian amplitude modulation. % Y=AMGAUSS(N,T0,T) generates a gaussian amplitude modulation % centered on a time T0, and with a spread proportional to
www.eeworm.com/read/371636/9544222

m movcw4at.m

function M=movcw4at(N,Np); %MOVCW4AT Four atoms rotating, analyzed by the Choi-Williams distribution. % M=MOVCW4AT(N,Np) generates the movie frames illustrating the passage % from the spectrogram to
www.eeworm.com/read/174978/9566445

java primetag.java

package coreservlets.tags; import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; import java.io.*; import java.math.*; import coreservlets.*; /** Generates an N-digit random prime (
www.eeworm.com/read/366144/9828536

di test2.di

Thu Sep 02 17:52:26 Eastern Daylight Time 1999 -----> ## QMG test 2 This test generates a torus made up of 36 Thu Sep 02 17:52:26 Eastern Daylight Time 1999 -----> ## biquadratic patches and ge
www.eeworm.com/read/365161/9876530

m randvec.m

function x=randvec(n,m,c) %RANDVEC Generate gaussian random vectors X=(N,M,C) % generates a random matrix of size (n,p) where p is the maximum dimension of m or c % Each row of x is independent wi
www.eeworm.com/read/168118/9937570

m sweep.m

function [s,t]=sweep(fmin,fmax,dt,tmax,taper) % [s,t]= sweep(fmin,fmax,dt,tmax,taper) % [s,t]=sweep(fmin,fmax,dt,tmax) % % SWEEP generates a linear synthetic Vibroseis sweep for the % specified pass
www.eeworm.com/read/362517/9994209

txt jsp源码实例1(输出).txt

作者:blackwhites 日期:2000-9-30 10:04:54 package coreservlets; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; /** Simple servlet that generates HTML. * * Taken