代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/368760/9679070
m ber_test.m
% Simulate and plot BER for each mode
% Set payload error meter to stop simulation after 100 errors
% Turn off instrumentation
% Clear results
clear results;
% Define model
modelname='WiFi'
www.eeworm.com/read/172534/9702948
m rayleigh_fading.m
% Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to
% Baddour's work: "Autoregressive modeling for fading channel simulation", IEEE Transaction on Wirele
www.eeworm.com/read/412987/11170833
m target_gen.m
function target = target_gen(x)
%%Target generation:
%
%This is a fuction to use with conjunction with target_image_gen.
%It basic modify the size of target to simulate an aproach.
x = round(x)
www.eeworm.com/read/237677/13938906
m wbobjfun.m
function varargout = wbObjFun(x,time,profile)
% Simulate the wishbone model in Simulink and get camber vs. distance
% profile and/or norm of profile
%
% Use:
% F = wbObjFun(x,time,profile) return
www.eeworm.com/read/235522/14065551
cc disk.cc
// disk.cc
// Routines to simulate a physical disk device; reading and writing
// to the disk is simulated as reading and writing to a UNIX file.
// See disk.h for details about the behavior of disks
www.eeworm.com/read/235522/14065561
h console.h
// console.h
// Data structures to simulate the behavior of a terminal
// I/O device. A terminal has two parts -- a keyboard input,
// and a display output, each of which produces/accepts
// charac
www.eeworm.com/read/132809/14072397
m ber_test.m
% Simulate and plot BER for each mode
% Set payload error meter to stop simulation after 100 errors
% Turn off instrumentation
% Clear results
clear results;
% Define model
modelname='WiFi'
www.eeworm.com/read/290584/8474683
pas sndkey32.pas
(*
SendKeys routine for 32-bit Delphi.
Written by Ken Henderson
Copyright (c) 1995 Ken Henderson
This unit includes two routines that simulate popular Visual Basic
routines: Sendkeys and Ap
www.eeworm.com/read/189298/8477327
c die.c
/*
** Simulate the throwing of a six-sided die by returning a
** random number in the range one through six.
*/
#include
#include
/*
** Compute the largest number returne