代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/491236/6437939
m hrr_profile.m
function [hl] = hrr_profile (nscat, scat_range, scat_rcs, n, deltaf, prf, v, rnote,winid)
% Range or Time domain Profile
% Range_Profile returns the Range or Time domain plot of a simulated
% HRR
www.eeworm.com/read/489524/6472696
m hrr_profile.m
function [hl] = hrr_profile (nscat, scat_range, scat_rcs, n, deltaf, prf, v, rnote,winid)
% Range or Time domain Profile
% Range_Profile returns the Range or Time domain plot of a simulated
% HRR
www.eeworm.com/read/263889/11337715
m quadratic.m
function x=quadratic(n,level,c,x0)
%Syntax: x=quadratic(n,level,c,x0)
%_________________________________
%
% Simulation of the Quadratic map.
% x'=c-x^2
%
% x is the simulated time series.
www.eeworm.com/read/407662/11412471
m rf.m
function RF(real_ch,SNR_dB)
close all;
% If argument is omitted, the channel is simulated
if (nargin < 1)
real_ch = 0;
end
if (nargin
www.eeworm.com/read/405084/11472049
m hrr_profile.m
function [hl] = hrr_profile (nscat, scat_range, scat_rcs, n, deltaf, prf, v, rnote,winid)
% Range or Time domain Profile
% Range_Profile returns the Range or Time domain plot of a simulated
% HRR
www.eeworm.com/read/402117/11542996
m hrr_profile.m
function [hl] = hrr_profile (nscat, scat_range, scat_rcs, n, deltaf, prf, v, rnote,winid)
% Range or Time domain Profile
% Range_Profile returns the Range or Time domain plot of a simulated
% HRR
www.eeworm.com/read/401480/11557294
m hrr_profile.m
function [hl] = hrr_profile (nscat, scat_range, scat_rcs, n, deltaf, prf, v, rnote,winid)
% Range or Time domain Profile
% Range_Profile returns the Range or Time domain plot of a simulated
% HRR
www.eeworm.com/read/262066/11608217
readme_arch
RPF for ARCH Model
-----------------
To create .so file:
R SHLIB ARCH_singleprop.c
ARCH_sim.R: simulated ARCH data.
ARCH_singleprop.R: R interfacr with c code. This does a repeated analysis of the
www.eeworm.com/read/344156/11906041
parv atlas10k.parv
disksim_global Global {
Init Seed = 42,
Real Seed = 42,
# Statistic warm-up period = 0.0 seconds,
Stat definition file = statdefs,
Output file for trace of I/O requests simulated = atlas10k
www.eeworm.com/read/255925/12046105
m quadratic.m
function x=quadratic(n,level,c,x0)
%Syntax: x=quadratic(n,level,c,x0)
%_________________________________
%
% Simulation of the Quadratic map.
% x'=c-x^2
%
% x is the simulated time series.