代码搜索:Simulator
找到约 10,000 项符合「Simulator」的源代码
代码结果 10,000
www.eeworm.com/read/463112/7187413
cmd simulator_startup.cmd
// At startup the commands written below will be executed
www.eeworm.com/read/463112/7187432
prm simulator_linker.prm
NAMES
END
SEGMENTS
RAM = READ_WRITE 0x0400 TO 0x1FFF;
/* unbanked FLASH ROM */
ROM_4000 = READ_ONLY 0x4000 TO 0x7FFF;
ROM_C000 = READ_ONLY 0xC000 TO 0xFEFF;
/* banked
www.eeworm.com/read/455176/7376943
m coax_simulator.m
function [filtered_outpt] = coax_simulator(Samples,rate,t,f,inpt,Zr, ...
L,b,a,Ur,Er,cond,var_coax,T0,cutoff,ord_but,considerBeta)
format long;
%% ########################### Input Signal #
www.eeworm.com/read/455176/7376945
m cdma_simulator.m
clc
%% ###################### Primary Parameters ##########################
Samples=2^15; % Total number of samples to be handled
ord_but = 3;
considerBeta = 0;
%% #############
www.eeworm.com/read/455176/7376951
asv cdma_simulator.asv
clc
%% ###################### Primary Parameters ##########################
Samples=2^15; % Total number of samples to be handled
ord_but = 3;
considerBeta = 0;
%% #############
www.eeworm.com/read/454182/7397211
cmd simulator_postload.cmd
// After load the commands written below will be executed
// Show main function at startup
FindProc main
www.eeworm.com/read/454182/7397212
cmd simulator_reset.cmd
// After reset the commands written below will be executed
www.eeworm.com/read/454182/7397213
cmd simulator_setcpu.cmd
// At startup the commands written below will be executed