代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/323955/13306238
cs sampler.cs
using System;
using System.IO;
namespace SECompare.Kernel
{
///
/// Class Sampler is used to do query sampling.
/// Sampler selects typical queries from sample query files,
www.eeworm.com/read/321949/13392342
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/321949/13392371
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/321160/13411482
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1)];
z
www.eeworm.com/read/321160/13411599
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1)];
z
www.eeworm.com/read/318125/13485696
m designbutworth.m
function designbutworth
%designbutworth.m
%used to design 16-order Butterworth filter,which has a 1.5KHz-5KHz passband with
%a sampling rate 16KHz.
Fs=16;
[b,a]=butter(8,[1.5/(Fs/2) 5/(Fs/2)],
www.eeworm.com/read/317650/13500253
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/314908/13555867
todo
* more codecs, including sx, mpeg, speex, and bit codecs
* improved soundcard support, full duplex operations, osx
* ogg container files
* sampling rate scaling
www.eeworm.com/read/314510/13565217
m c5_4_1.m
clear all;
clf;
N=1224;
f1=200;
f2=700;
f3=1100;
dt=1/1024;
sample=1/dt;
randn('state',sum(100*clock));
dis=2*rand(1,
www.eeworm.com/read/313956/13577904
m loweq.m
function xl=loweq(x,ts,f0)
% xl=loweq(x,ts,f0)
%LOWEQ Returns the lowpass equivalent of the signal x.
% f0 is the center frequency.
% ts is the sampling interval.
%
t=[0:ts:ts*(length(x)-1