代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/432382/8607446
m fouriertest.m
% Simple fourier filter coding for simulated time-based signal, where
% x = time in sec, millisec, or microsec. Original signal (blue)
% and filtered signal (red) are displayed superimposed in the t
www.eeworm.com/read/286662/8751958
m deterministic_sa.m
function [patterns, targets] = Deterministic_SA(train_patterns, train_targets, params, plot_on)
%Reduce the number of data points using the deterministic simulated annealing algorithm
%Inputs:
%
www.eeworm.com/read/385844/8786321
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/284556/8919081
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/182357/9206805
m demofindpeak.m
% Demonstrates findpeaks functions on noisy synthetic data.
format compact
figure(1);clf
clear
increment=0.1;
x=[1:increment:400];
% For each simulated peak, enter the amplitude, position, and
www.eeworm.com/read/182357/9206807
m demofindpeaksliders.m
% Interactive findpeaks function on noisy synthetic data. You can adjust
% the peak function in line 39 and the parameters in lines 32-35
% to create a simulated signal that is similar to your re
www.eeworm.com/read/182357/9206812
m demofindpeaksliders2.m
% Interactive findpeaks function on noisy synthetic data. You can adjust
% the peak function in line 39 and the parameters in lines 32-35
% to create a simulated signal that is similar to your re
www.eeworm.com/read/181309/9260024
txt readme.txt
This simulation script set allows for an OFDM transmission to be
simulated. Imagetx.m generates the OFDM signal, saving it as a
windows WAV file. This allows the OFDM signal to be played out a sou
www.eeworm.com/read/374729/9387567
txt readme.txt
This simulation script set allows for an OFDM transmission to be
simulated. Imagetx.m generates the OFDM signal, saving it as a
windows WAV file. This allows the OFDM signal to be played out a sou
www.eeworm.com/read/372113/9521337
m deterministic_sa.m
function [patterns, targets] = Deterministic_SA(train_patterns, train_targets, params, plot_on)
%Reduce the number of data points using the deterministic simulated annealing algorithm
%Inputs:
%