代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/312163/13617592
m contents.m
% Probability distribution functions.
%
% estimation - (dir) Probability distribution estimation.
%
% dsamp - Generates samples from discrete distribution.
% erfc2 - Normal cumulative dis
www.eeworm.com/read/308670/13696736
tcc makefile.tcc
#-----------------------------------------------#
# Makefile for dos systems #
# using a Turbo C compiler #
#-----------------------------------------------#
CC=tcc
CFLAGS=-v -w -ml
copy
www.eeworm.com/read/308670/13696890
msc makefile.msc
#-----------------------------------------------#
# Makefile for dos systems #
# using a Microsoft Visual C++ compiler #
#-----------------------------------------------#
CC=cl
#
# Flags
#
www.eeworm.com/read/306480/13744458
m randint2.m
function out = randint2(varargin);
%RANDINT Generate matrix of uniformly distributed random integers.
% OUT = RANDINT generates a "0" or "1" with equal probability.
%
% OUT = RANDINT(M) genera
www.eeworm.com/read/306478/13744578
m cm_f34.m
% script that generates the figure 3.4 of Carrier modulation chapter
snrindB=0:0.25:18;
for i=1:length(snrindB),
snr=10^(0.1*snrindB(i));
P2(i)=Qfunct(sqrt(2*snr));
P4(i)=2*Qfunct(sqrt(4*sn
www.eeworm.com/read/305568/13766211
m myhilb.m
function A=myhilb(n, m)
%MYHILB a demonstrative M-function.
% A=MYHILB(N, M) generates an N by M Hilbert matrix A.
% A=MYHILB(N) generates an N by N square Hilbert matrix.
% MYHILB(N,M) dis
www.eeworm.com/read/304736/13787681
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/304736/13787685
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/303558/13812529
m cm_f34.m
% script that generates the figure 3.4 of Carrier modulation chapter
snrindB=0:0.25:18;
for i=1:length(snrindB),
snr=10^(0.1*snrindB(i));
P2(i)=Qfunct(sqrt(2*snr));
P4(i)=2*Qfunct(sqrt(4*sn