代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/428849/8834431

m gencircledata.m

function [X,gnd_X] = gencircledata(Center,R,num_data,dev) % GENCIRCLEDATA Generates data on circle corrupted by Gaussian noise. % % Synopsis: % [X,gnd_X] = gencircledata(Center,R,num_data,dev)
www.eeworm.com/read/285511/8834614

m maxiter.m

clear all close all clc tic rows=512; cols=1024; H=gen_ldpc(rows,cols);%generates a 100 x 200 H matrix( the IG parity %check matrix) [newh,rearranged_cols]=rearrange_
www.eeworm.com/read/186716/8914438

m mixer.m

function [out] = mixer(in,fc) % MIXER ....... Mix (multiply) two input sequences. % % Z = MIXER(X,Y) generates the sequence Z such that: Z(n) = X(n)*Y(n). % % AUTHORS : M. Zeytinoglu & N. W.
www.eeworm.com/read/284309/8945598

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/284309/8945616

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/284309/8945641

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/284309/8945885

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/284309/8945922

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/284309/8945927

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/426516/9016430

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