代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/432381/8607533
m derivativedemo.m
% Self-contained demo of the application of differentiation to
% the detection of peaks superimposed on a strong, variable
% background. Generates a peak signal, adds random noise and
% a variabl
www.eeworm.com/read/287843/8664637
m digmodtutorial.m
function rarg = DigModTutorial (action);
% generates windows to choose experiments
warning('off','Simulink:ShadowedModelName');
global Buttons;
global menuwinh;
global buttonh;
global MenuWi
www.eeworm.com/read/287843/8665170
m tutorial.m
function rarg = tutorial (action);
% generates windows to choose experiments
warning('off','Simulink:ShadowedModelName');
global Buttons;
global menuwinh;
global buttonh;
global MenuWinPos;
www.eeworm.com/read/287020/8731674
m cp0201_waveform.m
%
% FUNCTION 2.5 : "cp0201_waveform"
%
% Generates the energy normalized pulse waveform
%
% Special case of the second derivative Gaussian pulse:
% SCHOLTZ'S MONOCYCLE
%
% ********************
www.eeworm.com/read/429807/8787658
v code_gen2.v
// -*- Mode: Verilog -*-
// Filename : code_gen.v
// Description : Generates early prompt and late C/A code chips.
// Author : Peter Mumford, 2005
www.eeworm.com/read/427960/8908681
c romaker.c
/*
* This program reads in GF(p) elliptic curve details from a .ecs file, and automatically generates
* ROMs containing parameters and precomputed data for a targetted processor.
*
* The
www.eeworm.com/read/186716/8914480
m limiter.m
function out = limiter(in,xmin,xmax)
% LIMITER ..... Limiting function
%
% [Y] = LIMITER(X,A,B) generates the output sequence Y from X such that:
%
% ( A, if X
www.eeworm.com/read/373970/9426500
txt ofdm simulator.txt
OFDM Simulator
OFDM Simulator
MIMO OFDM Simulator:
OFDM.m: OFDM Simulator (outer function)
create_channel.m: Generates a Ray
www.eeworm.com/read/371255/9559114
m matchbycorrelation.m
% MATCHBYCORRELATION - match image feature points by correlation
%
% Function generates putative matches between previously detected
% feature points in two images by looking for points that are maxim
www.eeworm.com/read/371255/9559130
m circsine.m
% CIRCSINE - generates circular sine wave grating
%
% Usage: im = circsine(sze, wavelength, p, trim)
%
% Arguments:
% sze - The size of the square image to be produced.
%