代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/210919/15189896
m triang.m
% TRIANG.M
%
% P. Flandrin, Mar. 13, 2003
%
% generates a triangular waveform
%
% inputs : - N : # of data samples
% - p : period
%
% output : - x : signal
function x = triang(N,p);
K
www.eeworm.com/read/158865/5593841
x-fx2800
# The Alliant FX2800 is supposed to conform to the SysV R4 i860 ABI,
# but apparently the native compiler generates non ABI-compliant
# function prologues and epilogues, so we need the alloca from em
www.eeworm.com/read/233441/6788037
c alg24.c
// heap stuff -- need to merge
#include
#include
#include
template
void print_elements( Type elem ) { cout
www.eeworm.com/read/233441/6788052
c alg27.c
#include
#include
#include
#include
#include
template
void print_elements( Type elem ) { cout
www.eeworm.com/read/474588/6813282
m twosines.m
% twosines.m
% Generates signal x = sine1 + sine2
% where frequencies are incommensurate, and plots time and 3D graphs.
x=sin(2*pi*6.726*t)+0.55*sin(2*pi*51.49*t);
zax=0.55*cos(2*pi*51.49*t);
xax
www.eeworm.com/read/295657/8147922
m par_fn.m
% par_fn(t): This function generates a unit parabola function
%
function y = par_fn(t)
y = 0.5*t.^2.*stp_fn(t);
www.eeworm.com/read/295657/8147985
m cub_fn.m
% cub_fn(t): This functions generates a unit cubic function
%
function y = cub_fn(t)
y = (1/6)*t.^3.*stp_fn(t)
www.eeworm.com/read/295341/8168907
m shadow.m
% Program 7-6
%
% shadow.m
%
% This function generates attenuation of shadowing
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [x] = shadow(sigma)
anoz = randn;
db = sig
www.eeworm.com/read/295341/8168909
m holdtime.m
% Program 7-5
%
% holdtime.m
%
% This function generates holding time
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [x] = holdtime(ht)
para = rand;
while para >= 1
www.eeworm.com/read/294461/8224165
c alg24.c
// heap stuff -- need to merge
#include
#include
#include
template
void print_elements( Type elem ) { cout