代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/331074/12852651
asv uwb_imr.asv
function h = uwb_imr(chan, ch_idx,sample_time)
%--------------------------------------------------------------------------
% The first step is to read in the data from the .mat files supplied by the
www.eeworm.com/read/142712/12929960
m uwb_imr.m
function h = uwb_imr(chan, ch_idx, plot_imr)
% The first step is to read in the data from the .mat files supplied by the
% IEEE 802.15.3a working group
%
if chan==1,
load cm1_imr.mat;
else
www.eeworm.com/read/328346/13032721
m sample.m
%Sampling a sine wave
%generate original sine wave
%N0=200
%f0=1
t0=linspace(0,Tp,N0);
y0=sin(2*pi*f0*t0);
d0=[t0;y0]';
%generate sampled data
fs=rate*f0
Ts=1/fs
NS=floor(fs*Tp)
ts=linspace(0,Ts*(N
www.eeworm.com/read/328346/13032779
m sample.m
%Sampling a sine wave
%generate original sine wave
%N0=200
%f0=1
t0=linspace(0,Tp,N0);
y0=sin(2*pi*f0*t0);
d0=[t0;y0]';
%generate sampled data
fs=rate*f0
Ts=1/fs
NS=floor(fs*Tp)
ts=linspace(0,Ts*(N
www.eeworm.com/read/326624/13129118
m uwb_imr.m
function h = uwb_imr(chan, ch_idx, plot_imr)
% The first step is to read in the data from the .mat files supplied by the
% IEEE 802.15.3a working group
%
if chan==1,
load cm1_imr.mat;
else
www.eeworm.com/read/326624/13129157
m uwb_imr.m
function h = uwb_imr(chan, ch_idx, plot_imr)
% The first step is to read in the data from the .mat files supplied by the
% IEEE 802.15.3a working group
%
if chan==1,
load cm1_imr.mat;
else
www.eeworm.com/read/139431/13156489
m uwb_imr.m
function h = uwb_imr(chan, ch_idx, plot_imr)
% The first step is to read in the data from the .mat files supplied by the
% IEEE 802.15.3a working group
%
if chan==1,
load cm1_imr.mat;
else
www.eeworm.com/read/240992/13180275
m uwb_imr.m
function h = uwb_imr(chan, ch_idx, plot_imr)
% The first step is to read in the data from the .mat files supplied by the
% IEEE 802.15.3a working group
%
if chan==1,
load cm1_imr.mat;
else
www.eeworm.com/read/240992/13180343
m uwb_imr.m
function h = uwb_imr(chan, ch_idx, plot_imr)
% The first step is to read in the data from the .mat files supplied by the
% IEEE 802.15.3a working group
%
if chan==1,
load cm1_imr.mat;
else
www.eeworm.com/read/138860/13207230
m pdown.m
function y = pdown(x, type, phase)
% PDOWN Parallelogram Downsampling
%
% y = pdown(x, type, [phase])
%
% Input:
% x: input image
% type: one of {1, 2, 3, 4} for selecting sampling matrices: