代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/313956/13577950
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
www.eeworm.com/read/312589/13608592
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
www.eeworm.com/read/312587/13608628
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
www.eeworm.com/read/311447/13630953
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 ma
www.eeworm.com/read/310348/13653254
m 10-1.m
clear all; % 清所有的变量
clf; % 清屏
N=1224; % 设置数据点数
f1=200; % 设置信号1频率
f2=700; % 设置信号2频率
f3=1100; % 设置信号3频率
dt=1/1024; % 设置采样时间
sample=
www.eeworm.com/read/304259/13797114
m contents.m
% sfrmat2 and supporting functions 12 Aug. 2003
%
% General info: README.TXT
%
% ahamming - asymmetrical Hamming window
% cent - array shift for centering data
% centroid - finds centro
www.eeworm.com/read/303271/13819458
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/301437/13859200
m 10-1.m
clear all; % 清所有的变量
clf; % 清屏
N=1224; % 设置数据点数
f1=200; % 设置信号1频率
f2=700; % 设置信号2频率
f3=1100; % 设置信号3频率
dt=1/1024; % 设置采样时间
sample=
www.eeworm.com/read/136812/5860267
3 audio_hdr.3
.\" @(#)audio_hdr.3 1.1 92/07/30 SMI
.ds Dc 7/30/92
.TH AUDIO_HDR 3 "\*(Dc" "" "Audio Library"
.SH NAME
audio_hdr
\- audio header structure
.SH DISCLAIMER
.LP
The manual pages, header files, and objec
www.eeworm.com/read/131469/5928539
c lsp2lpc.c
/*
----------------------------------------------------------------
Speech Signal Processing Toolkit (SPTK): version 3.0
SPTK Working Group
Department of Computer Science
Nagoya Inst