代码搜索:downsample

找到约 191 项符合「downsample」的源代码

代码结果 191
www.eeworm.com/read/157938/11654583

m qpsk.m

% QPSK Modualtion % Intialization Ld=4096; OSF=4; SNR_dB=10; load('RRC_4.mat'); PSF_Len=length(RRC_4); % RRC_4=[]; % QPSK_Constellation=1/sqrt(2)*[1+j, -1+j, 1-j,-1-j]; % Source data d=
www.eeworm.com/read/471892/6883969

m qpsk.m

% QPSK Modualtion % Intialization Ld=4096; OSF=4; SNR_dB=10; load('RRC_4.mat'); PSF_Len=length(RRC_4); % RRC_4=[]; % QPSK_Constellation=1/sqrt(2)*[1+j, -1+j, 1-j,-1-j]; % Source data d=
www.eeworm.com/read/331523/7110149

c pesqio.c

/***************************************************************************** Perceptual Evaluation of Speech Quality (PESQ) ITU-T Draft Recommendation P.862. Version 1.1 - 15 November 2000.
www.eeworm.com/read/348442/11593691

ini project1.ini

[Nitrane MPEG Decoder] allow_sctitles=1 http_buffersize=64 hq=9 http_prebuffer=40 http_prebuffer_underrun=80 priority=32 8bit=0 downmix=0 downsample=0 bufall_k=128 Id3FormatString=%1 - %2
www.eeworm.com/read/400645/11571005

cc sample_adv.cc

// Sample code showing off a few advanced features // and comparing them (time-wise) with traditional ones // // Simple example: downsampling a matrix, that is, creating a matrix // that is 4
www.eeworm.com/read/205378/15317076

h init.h

#define ext_seg 0x12 #define stereo 1 #define load 0 #define sample_dual 0
www.eeworm.com/read/160611/5568898

alg downproto.alg

(DOWNSAMPLE-PROTO-ALG (NAME "down") (ARGUMENTS ("rate_type" "sr") ("sound_type" "s")) (SAMPLE-RATE "sr") (START (MIN s)) (INLINE-INTERPOLATION T) (STATE ) (INNER-LOOP "output = s") (TE
www.eeworm.com/read/450939/7474368

m gaussiandownsample.m

% img=GaussianDownSample(img, kernel) % % Downsamples the given image by 2. A lowpass filter is performed prior to % the downsampling. % % Inputs: % img - The image to downsample % kernel - An
www.eeworm.com/read/450939/7474374

m gaussiandownsample.m

% img=GaussianDownSample(img, kernel) % % Downsamples the given image by 2. A lowpass filter is performed prior to % the downsampling. % % Inputs: % img - The image to downsample % kernel - An
www.eeworm.com/read/331444/12827886

m blurdn.m

% RES = blurDn(IM, LEVELS, FILT) % % Blur and downsample an image. The blurring is done with filter % kernel specified by FILT (default = 'binom5'), which can be a string % (to be passed to namedFilt