代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/488466/6487404
m bdt_f531.m
% MATLAB script that generates the probability of error versus the signal-to-noise ratio.
initial_snr=0;
final_snr=12;
snr_step=0.75;
tolerance=eps; % tolerance used for the integration
www.eeworm.com/read/485544/6552637
m gsamp.m
function x = gsamp(mu, covar, nsamp)
%GSAMP Sample from a Gaussian distribution.
%
% Description
%
% X = GSAMP(MU, COVAR, NSAMP) generates a sample of size NSAMP from a
% D-dimensional Gaussian distri
www.eeworm.com/read/481897/6632125
m burst_g.m
function tx_burst = burst_g(tx_data, TRAINING)
%
% burst_g: This function generates a bit sequence representing
% a general GSM information burst. Included are tail
% and ctrl b
www.eeworm.com/read/479088/6699313
m cubo.m
function cubo(w,vt,NI,n)
% The following file generates images using
% subapertures and the Gabor Wavelet Transform method.
%
% Additional files needed are:
% Genttf02.m
% Wtv02img.
www.eeworm.com/read/476907/6754264
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to
www.eeworm.com/read/476907/6754397
m bdt_f531.m
% MATLAB script that generates the probability of error versus the signal-to-noise ratio.
initial_snr=0;
final_snr=12;
snr_step=0.75;
tolerance=eps; % tolerance used for the integration
www.eeworm.com/read/406664/11437883
c io20_3.01.c
// #include
#include
/**
** generates:
Alice Emma has long flowing red hair. Her Daddy says
when the wind blows through her hair, it looks almost alive,
like a
www.eeworm.com/read/405615/11460251
m gsamp.m
function x = gsamp(mu, covar, nsamp)
%GSAMP Sample from a Gaussian distribution.
%
% Description
%
% X = GSAMP(MU, COVAR, NSAMP) generates a sample of size NSAMP from a
% D-dimensional Gaussian distri
www.eeworm.com/read/158402/11620857
java timer.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import nachos.security.*;
/**
* A hardware timer generates a CPU timer interrupt approximately every 500
* clock ticks. T
www.eeworm.com/read/347709/11644040
c msp430x23x0_tb_11.c
//******************************************************************************
// MSP430F23x0 Demo - Timer_B, PWM TB1-2, Up Mode, 32kHz ACLK
//
// Description: This program generates two PWM ou