代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/386050/8769325
m isuntrained.m
%ISUNTRAINED Test on untrained mapping
%
% I = ISUNTRAINED(W)
% ISUNTRAINED(W)
%
% True if the mapping type of W is 'untrained' (see HELP MAPPINGS).
% If called without an output argument ISUNTR
www.eeworm.com/read/386050/8769507
m gendatsin.m
%GENREGSIN Generate sinusoidal regression data
%
% X = GENDATSIN(N,SIGMA)
%
% INPUT
% N Number of objects to generate
% SIGMA Standard deviation of the noise
%
% OUTPUT
% X Reg
www.eeworm.com/read/286336/8771105
h crc.h
//*********************************************************************************
//* ST 7538 DEMOBOARD SOFTWARE CRC.h *
//*
www.eeworm.com/read/428849/8834423
m contents.m
% Data sets used by the STPRtool.
%
% andersons_task - (dir) Input for demo on Generalized Anderson's task.
% binary_separable - (dir) Input for demo on Linear classification.
% gmm_sample - (
www.eeworm.com/read/187250/8838754
m genrand.m
function Datatx = genrand(NumSymb,wordsize,NumCarr,Type)
%GENRAND Generates random data to transmit
% Datatx = genrand(NumSymb,wordsize,NumCarr)
% Generates a data set with NumSymb number of rows
www.eeworm.com/read/428105/8894967
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables with mean
%
www.eeworm.com/read/186716/8914470
m binary.m
function [out, seed] = binary(nsize,seed)
% BINARY ...... Generates a sequence of random binary digits.
%
% BINARY(N) Generates N random binary digits, such that the output
% sequence is eithe
www.eeworm.com/read/186716/8914517
m laplace.m
function [out, seed] = laplace(nsize,sigma2,seed)
% LAPLACE .... Generates random variates from a Laplace(MU) distribution.
%
% LAPLACE(N,MU) Generates N random variates from the Laplace(MU)
%
www.eeworm.com/read/186716/8914607
m exponent.m
function [out, seed] = exponent(nsize,mu,seed)
% EXPONENT .... Generates random variates from the Exponential(MU) distribution.
%
% EXPONENT(N,M) Generates N random variates from the Exponential(
www.eeworm.com/read/427511/8938613
m randmcg.m
function r = randmcg(p,q)
%RANDMCG Multiplicative congruential uniform random number generator.
% Based on the parameters used by MATLAB version 4.
% The statement
% r = randmcg
% genera