代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/184267/9114048
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/184267/9114092
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/180103/9319349
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/179921/9331415
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/176583/9493302
m filtbank.m
function [p,f] = filtbank(x,Fs,T,arg4);
% FILTBANK One-third-octave band frequency analyser.
% [P,F] = FILTBANK(X,Fs) computes the one-third-octave spectrum
% of X, assuming sampling frequenc
www.eeworm.com/read/365849/9844573
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/168404/9917850
m mixnyn.m
function miout=MIxnyn(x,y,kneig);
% Calculate MI value between 2 vector of any dimension (rectangular
% version)
% x....input data mxn m...channelnummer n...sampling points m
www.eeworm.com/read/166514/10017200
m mixnyn.m
function miout=MIxnyn(x,y,kneig);
% Calculate MI value between 2 vector of any dimension (rectangular
% version)
% x....input data mxn m...channelnummer n...sampling points m
www.eeworm.com/read/160929/10469415
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/160929/10470161
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