代码搜索:simulating
找到约 328 项符合「simulating」的源代码
代码结果 328
www.eeworm.com/read/218391/14922916
m pr3_27.m
%Problem 3.27
%Simulating antijamming features of spread spectrum signals (barrage
%jammer) in comparison to plain signals;
clear all; close all;
t=[0.001:0.001:2]; N=length(t); %times scales;
www.eeworm.com/read/216268/15021367
m pr3_27.m
%Problem 3.27
%Simulating antijamming features of spread spectrum signals (barrage
%jammer) in comparison to plain signals;
clear all; close all;
t=[0.001:0.001:2]; N=length(t); %times scales;
www.eeworm.com/read/430037/1942788
m pr3_27.m
%Problem 3.27
%Simulating antijamming features of spread spectrum signals (barrage
%jammer) in comparison to plain signals;
clear all; close all;
t=[0.001:0.001:2]; N=length(t); %times scales;
www.eeworm.com/read/313796/3641424
java mouse.java
package org.uispec4j;
import java.awt.*;
import java.awt.event.MouseEvent;
/**
* Utility for simulating mouse inputs.
*/
public class Mouse {
private Mouse() {
}
/**
* Cli
www.eeworm.com/read/309003/3708840
m adfig12.m
% adfig12 -- Adapt Figure 12: Simulating the behavior of various threshold rules
%
% Here we compare the behavior of several schemes for threshold
% choice, when the noise is Normal(0,1). Several Diff
www.eeworm.com/read/359810/10123976
m load_part2.m
% this function load the run-time data, save in a single mat file
% called by script_load_part2
% after finishing simulating each case, this function need to be called
% all the analysis is based on t
www.eeworm.com/read/271693/10983582
m load_part2.m
% this function load the run-time data, save in a single mat file
% called by script_load_part2
% after finishing simulating each case, this function need to be called
% all the analysis is based on t
www.eeworm.com/read/452710/7436101
c othinit.c
/* othinit.c - othinit */
#include
#include
#include
#if Noth > 0
/* NOTE: This MUST be called AFTER ethinit for the simulating device */
static noth = 0;
www.eeworm.com/read/250225/12422978
m load_part2.m
% this function load the run-time data, save in a single mat file
% called by script_load_part2
% after finishing simulating each case, this function need to be called
% all the analysis is based on t
www.eeworm.com/read/430037/1942734
m pr4_15.m
%Problem 4.15;
%simulating floor SNR and testing Gaussian appoximation of MAI;
clear all; close all;
N=80; K=20; %processing gain and number of users;
n=5000; %number of trials;
mai=[]; vrm=0;