代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/152406/12116765
m sineapprox.m
% SINEAPPROX Generates a clipped sine wave and an approximation to it.
%
% [EXACT, APPROX] = SINEAPPROX (Time, Frequency, Amplitude, ClipAmp)
% Generates the clipped sine wave and an a
www.eeworm.com/read/254516/12132899
m sineapprox.m
% SINEAPPROX Generates a clipped sine wave and an approximation to it.
%
% [EXACT, APPROX] = SINEAPPROX (Time, Frequency, Amplitude, ClipAmp)
% Generates the clipped sine wave and an a
www.eeworm.com/read/254515/12132963
m pulsesource.m
% PULSESOURCE Generates output of pulsed source
%
% [Y] = PULSESOURCE (Time, RiseTime, FallTime, Width,
% Period, Delay, High, Low)
% Generates the output of the corre
www.eeworm.com/read/152071/12146269
txt credits.txt
Name:Gordon Gong
email:sales@shoutsoft.com
url: www.shoutsoft.com
display info:Take a look at Shoutsoft COM Express 1.1, a tool which generates N(3)-tier VB application(with GUI, COM+ and unlimited
www.eeworm.com/read/151959/12158541
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/340211/12172207
txt readme.txt
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : readme.txt
* Author : MCD Application Team
* Version : V1.0
* Date
www.eeworm.com/read/151555/12201571
m fibonacci.m
function f = fibonacci(n)
%FIBONACCI Fibonacci sequence
% f = FIBONACCI(n) generates the first n Fibonacci numbers.
f = zeros(n,1);
f(1) = 1;
f(2) = 2;
for k = 3:n
f(k) = f(k-1) + f(k-2);
www.eeworm.com/read/150770/12263783
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/150760/12266173
m contents.m
% Probability distribution functions.
%
% estimation - (dir) Probability distribution estimation.
%
% dsamp - Generates samples from discrete distribution.
% erfc2 - Normal cumulative dis