代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/439811/7701542
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/439446/7708513
m p10_6.m
% Program P10_6
% Illustration of Interpolation Process
%
clf;
L = input('Up-sampling factor = ');
% Generate the input sequence
n = 0:49;
x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n);
% Generate the int
www.eeworm.com/read/439446/7708681
m p10_6.m
% Program P10_6
% Illustration of Interpolation Process
%
clf;
L = input('Up-sampling factor = ');
% Generate the input sequence
n = 0:49;
x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n);
% Generate the int
www.eeworm.com/read/437115/7755059
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/196832/8055345
m multinom.m
function [y,p_avg,p_std]=multinom(p,m,n)
%Performs random sampling from a binomial distribution
%
% [y]=multinom(p,m,n)
% where p=1-by-k vector of probabilities of occurrence
% n=sample size
%
www.eeworm.com/read/244937/12830896
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/244937/12831159
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/325790/13185071
m rs_simple.m
function [x,w] = rs_simple(x,w,N)
%RS_SIMPLE simple resampling
%
% [X,W] = RS_SIMPLE(X,W) resamples the states X
% and their associated weights W using simple
% random sampling .
%
% [X,W] = RS
www.eeworm.com/read/321160/13411604
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/321050/13412856
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