代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/448415/7533732
m rayleigh.m
function [r]=rayleigh(sigma,NSamples)
% generates a Rayliegh time series of lenght NSamples and modal value sigma
ii=randn(NSamples,1).*sigma;
qq=randn(NSamples,1).*sigma;
r=ii+j*qq;
www.eeworm.com/read/446761/7565498
m gngauss.m
function [n1,n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(sgma)
% [n1 n2]=gngauss
% GNGAUSS generates two independent gaussian variables with
% mean m & S.D sgma
% if one of
www.eeworm.com/read/445823/7589622
m lambda.m
function y=lambda(x)
% y=lambda(x) generates a triangular signal生成一个三角波信号
y=(x+1).*(x>-1 & x0 & x
www.eeworm.com/read/444676/7609004
diz file_id.diz
MakeGoat Goat document generator v2.00 A
Microsoft Word macro that generates goat
documents for virus research. Designed to be
easy to use.
www.eeworm.com/read/442441/7651697
m lambda.m
function y=lambda(x)
% y=lambda(x) generates a triangular signal生成一个三角波信号
y=(x+1).*(x>-1 & x0 & x
www.eeworm.com/read/441612/7668304
m cp0202_ds.m
%
% FUNCTION 2.7 : "cp0202_DS"
%
% Generates a random Direct Sequence code
% with periodicity 'Np'
%
% Programmed by Guerino Giancola
%
function [DScode]=cp0202_DS(Np);
% ----------------
www.eeworm.com/read/441612/7668306
m cp0201_bits.m
%
% FUNCTION 2.1 : "cp0201_bits"
%
% Generates a stream of equiprobable binary values ('bits')
% The number of bits ('numbits') is an input parameter
%
% Programmed by Guerino Giancola
%
fun
www.eeworm.com/read/441612/7668318
m cp0201_bits.m
%
% FUNCTION 2.1 : "cp0201_bits"
%
% Generates a stream of equiprobable binary values ('bits')
% The number of bits ('numbits') is an input parameter
%
% Programmed by Guerino Giancola
%
fun
www.eeworm.com/read/441612/7668337
m cp0201_th.m
%
% FUNCTION 2.3 : "cp0201_TH"
%
% Generates a pseudorandom Time Hopping code
% with periodicity 'Np' and cardinality 'Nh'
%
% Programmed by Guerino Giancola
%
function [THcode]=cp0201_TH(Nh
www.eeworm.com/read/441612/7668344
m cp0201_bits.m
%
% FUNCTION 2.1 : "cp0201_bits"
%
% Generates a stream of equiprobable binary values ('bits')
% The number of bits ('numbits') is an input parameter
%
% Programmed by Guerino Giancola
%
fun