代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/371743/9538188
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
clear
echo on
df=0.01; % freq. resolution
fs=5; % sampling frequency
ts=1/fs;
www.eeworm.com/read/364970/9885650
m rect1.m
%
%FUNCTION 1.1 :"cp0101_genrect"
%
%generates a unitary amplitude rectangular waveform
%that is modulated by a sinusoid at frequency 'f0'
%'signal' is the output waveform
%'dt' is the sampling
www.eeworm.com/read/364264/9916673
m tournament.m
function [indid,indindex,popexpected,popnormfitness]=tournament(pop,params,state,nsample,toavoid)
%TOURNAMENT Sampling of GPLAB individuals by the tournament method.
% TOURNAMENT(POP,PARAMS,STA
www.eeworm.com/read/364264/9916882
m doubletour.m
function [indid,indindex,popexpected,popnormfitness]=doubletour(pop,params,state,nsample,toavoid)
%DOUBLETOUR Sampling of GPLAB individuals by a double tournament method.
% DOUBLETOUR(POP,PARAM
www.eeworm.com/read/362152/10015632
m fmagplot.m
function fmagplot( xa, dt )
%FMAGPLOT Plot Fourier Transform (Mag) of "ANALOG" signal
%-----
% Usage: fmagplot( xa, dt )
%
% xa : "ANALOG" signal
% dt : sampling interval for t
www.eeworm.com/read/362152/10015687
m fplot.m
function fplot( xa, dt )
%FPLOT Plot Fourier Transform (Mag) of "ANALOG" signal
%-----
% Usage: fplot( xa, dt )
%
% xa : "ANALOG" signal
% dt : sampling interval for the simulat
www.eeworm.com/read/449504/7503048
m semip_gd.m
% PURPOSE: An example of using semip_g and semip_gc
% Gibbs sampling spatial Probit model with individual effects
% using 1996 presidential election data set
%
%-------------------
www.eeworm.com/read/439811/7701419
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
clear
echo on
df=0.01; % freq. resolution
fs=5; % sampling frequency
ts=1/fs;
www.eeworm.com/read/244937/12830760
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
clear
echo on
df=0.01; % freq. resolution
fs=5; % sampling frequency
ts=1/fs;
www.eeworm.com/read/321050/13412822
m ip_01_07.m
% MATLAB script for Illustrative Problem 7, Chapter 1.
clear
echo on
df=0.01; % freq. resolution
fs=5; % sampling frequency
ts=1/fs;