代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/156364/11808742
c alg4.c
#include
#include
#include
#include
/* generates:
0 1 1 3 5 8 13
shifting array sequence left by 1:
1 1 3 5 8 13 13
shifting vector
www.eeworm.com/read/259112/11819931
m amtriang.m
function y = amtriang(N,t0,T);
%AMTRIANG Generate triangular amplitude modulation.
% Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation
% centered on a time T0, and with a spread propor
www.eeworm.com/read/259112/11819941
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/259112/11819962
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/259112/11820146
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/259112/11820181
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/259112/11820183
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/154843/11923809
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/154760/11929155
m chirp.m
function y = chirp(f,N)
% CHIRP Generate a chirp signal.
%
% Y=CHIRP(F,N) generates an N point chirped cosine over the digital
% frequencies defined in F = [F1,F2]
% The number of poi
www.eeworm.com/read/154467/11956661
m sefade.m
% sefade.m
% This function generates frequency selecting fading
function[iout,qout,ramp,rcos,rsin]=sefade(idata,qdata,itau,dlvl,th,n0,itn,n1,nsamp,tstp,fd,flat)
%****************** variables *