代码搜索:Sampling

找到约 3,969 项符合「Sampling」的源代码

代码结果 3,969
www.eeworm.com/read/288095/4011208

todo

# $Header: /pack/cvsroots/wxwidgets/wxWindows/src/tiff/TODO,v 1.2 2002/12/04 14:10:14 VZ Exp $ o tiffcmp read data by strip/tile instead of scanline o YCbCr sampling support o extracate colorspac
www.eeworm.com/read/277562/4154564

c resamplesubs.c

/* $Id: resamplesubs.c 1232 2007-04-30 09:02:46Z bennylp $ */ /* * Digital Audio Resampling Home Page located at * http://www-ccrma.stanford.edu/~jos/resample/. * * SOFTWARE FOR SAMPLING-RATE
www.eeworm.com/read/448886/1683482

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
www.eeworm.com/read/409299/2234880

svn-base bandpass.m.svn-base

function output_wave = bandpass(wave_vector, low_pass, high_pass, sampling_rate); %Does some band pass filtering on the data %inputs %wave vector is a row vector of the input waveform %low_pass
www.eeworm.com/read/378914/2679304

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
www.eeworm.com/read/476071/6773295

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % time vector t=[-.
www.eeworm.com/read/194581/8190476

c decode_ntom.c

/* decode_ntom.c: N->M down/up sampling. Not optimized for speed. copyright 1995-2006 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distrib
www.eeworm.com/read/414455/11111273

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. clear echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % time vector
www.eeworm.com/read/147096/12584197

m ip_01_04.m

% MATLAB script for Illustrative Problem 4, Chapter 1. echo on n=[-20:1:20]; % Fourier series coefficients of x(t) vector x=.5*(sinc(n/2)).^2; % sampling interval ts=1/40; % Time vector t=[-.
www.eeworm.com/read/248284/12585516

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