代码搜索:Simulates
找到约 1,151 项符合「Simulates」的源代码
代码结果 1,151
www.eeworm.com/read/302667/13829432
txt instruction.txt
This matlab code simulates a single data packet communication through a complete siso-ofdm system with transmitter, channel and reciever.
The transmitter part includes convolution coding, interleav
www.eeworm.com/read/291067/6303068
m simradarsig.m
function radarSigS = simradarsig(recAnt, sources, waveform, pri, propSpeed, modelParam, pulIx, ranIx, spaIx, extraIx, cpiIx, trialIx)
%SIMRADARSIG simulates radar signals from targets, noise and clut
www.eeworm.com/read/261074/11667372
m dsmcne.m
% dsmcne - Program to simulate a dilute gas using DSMC algorithm
% This version simulates planar Couette flow
clear all; help dsmcne; % Clear memory and print header
%* Initialize constants (
www.eeworm.com/read/117726/14906905
c memlib.c
/*
* memlib.c - a module that simulates the memory system. Needed because it
* allows us to interleave calls from the student's malloc package
* with the system's malloc pa
www.eeworm.com/read/117724/14907411
c memlib.c
/*
* memlib.c - a module that simulates the memory system. Needed because it
* allows us to interleave calls from the student's malloc package
* with the system's malloc pa
www.eeworm.com/read/393395/2474707
m s_genericcopula.m
% this script simulates the copula of a generic distribution.
% In this example we consider the market-crash copula: low correlations in standard cases,
% high correlations when crashes occur, wher
www.eeworm.com/read/393395/2474710
m s_wishartcopulasimul.m
% this script simulates the copula of the diagonal elements of a 2x2 Wishart distribution
% see "Risk and Asset Allocation"-Springer (2005), by A. Meucci
clear; close all; clc;
%%%%%%%%%%%%%%
www.eeworm.com/read/393395/2474713
m s_kendalltau.m
% this script simulates and computes analytically Kendall's tau
% for a log-normal distribution
% see "Risk and Asset Allocation"-Springer (2005), by A. Meucci
close all; clc; clear;
%%%%%%%%
www.eeworm.com/read/393395/2474746
m s_logt.m
% this script simulates a bivariate log-t distribution
% it shows its pdf as proxied by the 3-D histogram
% it shows the distribution of a generic linear combination (portfolio) of the two variables
www.eeworm.com/read/389692/8507154
m evalfis.m
function [output,IRR,ORR,ARR] = evalfis(input, fis, numofpoints);
% EVALFIS Perform fuzzy inference calculations.
%
% Y = EVALFIS(U,FIS) simulates the Fuzzy Inference System FIS for the
%