代码搜索:Sampling

找到约 3,969 项符合「Sampling」的源代码

代码结果 3,969
www.eeworm.com/read/361258/2948787

fre outputsignal.fre

Remark : FFT(outputsignal.tim) Number of record : 256 Record type number : CREAL128RECT(W) Signal frequency : 2000 Hz Sampling rate : 8000 Hz File format
www.eeworm.com/read/359369/2978538

m demmlp1.m

%DEMMLP1 Demonstrate simple regression using a multi-layer perceptron % % Description % The problem consists of one input variable X and one target variable % T with data generated by sampling X a
www.eeworm.com/read/160391/5571181

m sample1.m

% Check sampling on a mixture of experts model % % X \ % | | % Q | % | / % Y % % where all arcs point down. % We condition everything on X, so X is a root node. Q is a softmax, and Y is
www.eeworm.com/read/160391/5571577

m marginal_nodes.m

function [marginal, engine] = marginal_nodes(engine, nodes, varargin); % MARGINAL_NODES Compute the marginal on the specified query nodes % (gibbs_sampling_engine) % [marginal, engine] = marginal_n
www.eeworm.com/read/474468/6809827

m rwg6.m

%RWG6 Plots the surface current distribution along the dipole % Increase the number of sampling points, K, to obtain more % accurate results % % Copyright 2002 AEMM. Revision 2002/03/11
www.eeworm.com/read/473253/6849825

m multicastgprs.m

% Multicast scheme in GPRS network. % One cell implementation. % With Link Adaptation % Clear workspace %clear %clc % Maximum time for simulation t_max = 15*60; % seconds % Sampling time
www.eeworm.com/read/473253/6849828

m unicastgprs.m

% Unicast scheme in GPRS network. % One cell implementation. % With Link Adaptation % Clear workspace %clear %clc % Maximum time for simulation t_max = 15*60; % seconds % Sampling time
www.eeworm.com/read/473253/6849829

asv multicastgprs.asv

% Multicast scheme in GPRS network. % One cell implementation. % With Link Adaptation % Clear workspace %clear %clc % Maximum time for simulation t_max = 15*60; % seconds % Sampling time
www.eeworm.com/read/395505/8170541

m transmitter.m

function [transmittedSignal,bitRate,carrierFrequency,N1,dv,M]=transmitter() sampleSignal=sampling() ; %抽样 figure(1) plot(1:length(sampleSignal),sampleSignal,'-xr'); title('原始图像与接
www.eeworm.com/read/393873/8256426

m extr.m

%EXTR finds extrema and zero-crossings % % [indmin, indmax, indzer] = EXTR(x,t) % % inputs : - x : analyzed signal % - t (optional) : sampling times, default 1:length(x) % % outputs : - indm