代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/300086/13936558

m dsb2.m

% dsb2.m % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration ts=0.001; % sampling interval fc=250; % ca
www.eeworm.com/read/300086/13936648

m quadcomp.m

function [xc,xs]=quadcomp(x,ts,f0) % [xc,xs]=quadcomp(x,ts,f0) %QUADCOMP Returns the in-phase and quadrature components of % the signal x. f0 is the center frequency. ts is the % sampling in
www.eeworm.com/read/132953/14065444

m dsb2.m

% dsb2.m % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration ts=0.001; % sampling interval fc=250; % carrier
www.eeworm.com/read/202788/15372893

m quadcomp.m

function [xc,xs]=quadcomp(x,ts,f0) % [xc,xs]=quadcomp(x,ts,f0) %QUADCOMP Returns the in-phase and quadrature components of % the signal x. f0 is the center frequency. ts is the % sampling in
www.eeworm.com/read/200619/15428491

m build_alpert_matrix_1d.m

function V = build_alpert_matrix(x,k) % build_alpert_matrix - build 1D Alpert basis % adapted for the sampling provided. % % V = build_alpert_matrix(pos,k); % % 'pos' is a 1D vector, the
www.eeworm.com/read/101557/15826411

m dsb2.m

% dsb2.m % Matlab demonstration script for DSB-AM modulation. The message signal % is m(t)=sinc(100t). echo on t0=.2; % signal duration ts=0.001; % sampling interval fc=250; % ca
www.eeworm.com/read/101557/15826577

m quadcomp.m

function [xc,xs]=quadcomp(x,ts,f0) % [xc,xs]=quadcomp(x,ts,f0) %QUADCOMP Returns the in-phase and quadrature components of % the signal x. f0 is the center frequency. ts is the % sampling in
www.eeworm.com/read/287770/8670517

m ldivide.m

function c = ldivide(a,b) % overloading of operator .\ % $Id: ldivide.m 111 2006-03-14 10:30:29Z bassus $ if isa(a,'signal') & isa(b,'signal') if a.fs ~= b.fs error('sampling frequencies do
www.eeworm.com/read/184180/9118740

m uwb_sv_channel.m

function h=UWB_SV_channel(num_channels,cm_num,ts) % S-V channel model evaluation % Input Parameters: 1. ts is sampling time (nsec) % 2. num_channels is the number of channel impul
www.eeworm.com/read/181565/9245791

m uwb_sv_channel.m

function h=UWB_SV_channel(num_channels,cm_num,ts) % S-V channel model evaluation % Input Parameters: 1. ts is sampling time (nsec) % 2. num_channels is the number of channel impul