代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/213492/15133834
m dsamp.m
function X = dsamp(Px,num_data)
% DSAMP Generates samples from discrete distribution.
%
% Synopsis:
% X = dsamp(Px,num_data)
%
% Input:
% Px [dim x 1] Discrete probability distribution; it must
%
www.eeworm.com/read/210591/15195461
m altes.m
function x=altes(N,fmin,fmax,alpha) ;
%ALTES Altes signal in time domain.
% X=ALTES(N,FMIN,FMAX,ALPHA) generates the Altes signal in
% the time domain.
%
% N : number of points in time
% FMIN
www.eeworm.com/read/210157/15205813
m bdt_f541.m
% MATLAB script that generates the probability of error versus the signal to noise ratio
initial_snr=0;
final_snr=15;
snr_step=1;
tolerance=1e-7; % Tolerance used for the integration
min
www.eeworm.com/read/7654/126001
c sweepde.c
//SweepDE.c Generates a sweeping sinusoid using a difference equation
#include
#define two_pi (2*3.1415926) //2*pi
#define two_14 16384 //2^14
#define T
www.eeworm.com/read/11371/228626
c nucload.c
// nucload.c
// C loader runs in 16-bit mode.
// Sufficient to load and run the kernel
// Generates 32-bit instructions with all prefixes necessary for them
// to run in 16-bit mode
// Head
www.eeworm.com/read/18981/806618
txt status report.txt
Output: Generates pick and place files
Type : Pick Place
From : Project [ch15.PRJPCB]
Generated File[Pick Place for ch15.txt]
Files Generated : 1
Documents Printed : 0
Finished Outp
www.eeworm.com/read/492368/1175713
java timestamper.java
//$Id: Timestamper.java,v 1.5.2.2 2003/11/05 09:33:34 oneovthafew Exp $
package net.sf.hibernate.cache;
/**
* Generates increasing identifiers (in a single VM only).
* Not valid across multiple VMs
www.eeworm.com/read/483551/1277118
java timestamper.java
//$Id: Timestamper.java,v 1.5.2.2 2003/11/05 09:33:34 oneovthafew Exp $
package net.sf.hibernate.cache;
/**
* Generates increasing identifiers (in a single VM only).
* Not valid across multiple VMs
www.eeworm.com/read/479351/1333279
asv ls_mse_calc.asv
%Function Declaration:
function ms_error=LS_MSE_calc(X,H,Y);
%This function generates mean squared error for the the LS estimator..
%EVALUATION OF Hls
Hls =(inv(X)) * Y;
%The simplest of 'em all
www.eeworm.com/read/472943/1402680
m genbounddatasigns.m
% Generates data for controlled L^p norm example when:
% M constant, P constant, N varies, for random dictionaries
% drawn from the random signs ensemble.
P = 0.5:0.25:1;
M = [1024 2048];
Nfr