代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/270992/11013612
m cc.m
%cc.m/created by PJNahin for "Duelling Idiots"(3/31/99)
%This program generates a random vector, X, of length
%20,009 and then calculates the correlation coefficient
%X(n) and X(n+j) for j = 0,1,2,
www.eeworm.com/read/270946/11018939
m contents.m
% Higher-Order Spectral Analysis Toolbox.
% Version 2.0.3 (R12 compliant) 27 Dec 2000
%
% New Features.
% Readme - Important release information about the HOSA Toolbox
%
www.eeworm.com/read/469398/6974547
m mapper6.m
% Function Mapping generates the Symbols from the Bit Stream for the Modulate
% stream use for input
% symbol use for output of qam
function digit = mapper6(stream)
if (mod(length(stream),6)
www.eeworm.com/read/469398/6974548
m mapper2.m
% Function Mapping generates the Symbols from the Bit Stream for the Modulate
% stream use for input
% symbol use for output of qam
% Symbol is than coverted to Digit.
function digit = mappe
www.eeworm.com/read/469398/6974549
m mapper4.m
% Function Mapping generates the Symbols from the Bit Stream for the Modulate
% stream use for input
% symbol use for output of qam
function digit = mapper4(stream)
if (mod(length(stream),4)
www.eeworm.com/read/299984/7140582
m isaffine.m
%ISAFFINE Test affine mapping
%
% I = ISAFFINE(W)
% ISAFFINE(W)
%
% I is true if W is an affine mapping.
% If called without an output argument ISAFFINE generates an error
% if W is not an affin
www.eeworm.com/read/464335/7165223
m randssp.m
function r = randssp(p,q)
%RANDSSP Multiplicative congruential uniform random number generator.
% Based on the parameters used by IBM's Scientific Subroutine Package.
% The statement
% r =
www.eeworm.com/read/460435/7251058
m isaffine.m
%ISAFFINE Test affine mapping
%
% I = ISAFFINE(W)
% ISAFFINE(W)
%
% I is true if W is an affine mapping.
% If called without an output argument ISAFFINE generates an error
% if W is not an affin
www.eeworm.com/read/457711/7318964
m achecker.m
function A=achecker(n)
% The command A=achecker(n) generates an nxn matrix A
% whose entries alternate between 1 and 0. Specifically
% C(i,j)=1 if i+j is odd, otherwise C(i,j)=0. This matrix
% is simi
www.eeworm.com/read/457711/7318992
m ymatrix.m
function Y=Ymatrix(n)
% The command Y = Ymatrix(n) generates an nxn
% matrix of 0's and 1's in the form of the
% letter. The input argument n must be an odd
% integer.
if rem(n,2)==0
error('T