代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/342749/12003471
m fmodany.m
function [y,iflaw]=fmodany(iflaw,t0);
%FMODANY Signal with arbitrary frequency modulation.
% [Y,IFLAW]=FMODANY(IFLAW,T0) generates a frequency modulated
% signal whose instantaneous frequency law is a
www.eeworm.com/read/342311/12029452
m plotfig7.m
function pts = plotFig7(plotOn)
% generate a bunch of points on the barrier
%
% if plotOn == 1 (not default), generates a figure like figure 7 from
% A.W.Merz, "The Game of Two Identical Cars", pp.3
www.eeworm.com/read/153415/12034943
m test1.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Tests that using rand X times generates the same values as rand(1,X)
clear all;
% read in key for PN generator
file_
www.eeworm.com/read/153415/12034960
m pn_test.m
%Name: Chris Shoemaker
%Course: EER-280 - Digital Watermarking
%Project: Tests that using rand X times generates the same values as rand(1,X)
clear all;
% read in key for PN generator
file_
www.eeworm.com/read/341613/12075475
m fmodany.m
function [y,iflaw]=fmodany(iflaw,t0);
%FMODANY Signal with arbitrary frequency modulation.
% [Y,IFLAW]=FMODANY(IFLAW,T0) generates a frequency modulated
% signal whose instantaneous frequency law is a
www.eeworm.com/read/152785/12084842
c random.c
/*
* This is the ``Mersenne Twister'' random number generator MT19937, which
* generates pseudorandom integers uniformly distributed in 0..(2^32 - 1)
* starting from any odd seed in 0..(2^32 - 1).
www.eeworm.com/read/152755/12087448
m duobinar.m
function [duobinary_pulse] = duobinar(duobinary_type,no_block,arg1)
% DUOBINAR .... Defines a basic truncated Duobinary pulse.
%
% DUOBINAR(A,NB) generates a Duobinary pulse g(t) truncated to NB
www.eeworm.com/read/253939/12176446
m fmodany.m
function [y,iflaw]=fmodany(iflaw,t0);
%FMODANY Signal with arbitrary frequency modulation.
% [Y,IFLAW]=FMODANY(IFLAW,T0) generates a frequency modulated
% signal whose instantaneous frequency law is a
www.eeworm.com/read/253867/12180146
c alg49.c
#include
#include
#include
/* generates:
original element sequence of first container:
0 1 2 3 4 5 6 7 8 9
original element sequence of second cont
www.eeworm.com/read/253499/12219042
py kgp.py
#!/usr/bin/env python2
"""Kant Generator for Python
Generates mock philosophy based on a context-free grammar
Usage: python kgp.py [options] [source]
Options:
-g ..., --grammar=... use specifie