代码搜索:downsample
找到约 191 项符合「downsample」的源代码
代码结果 191
www.eeworm.com/read/146608/12635336
c jcsample.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/* Pointer to routine to downsample a single component */
typedef JMETHOD(void, downsample1_ptr,
(j_compress_ptr cinfo, jpe
www.eeworm.com/read/300562/13905478
m ip_06_10.m
% MATLAB script for Illustrative Problem 10, Chapter 6.
echo on
T=1;
Fs=2/T;
Ts=1/Fs;
c_opt=[-2.2 4.9 -3 4.9 -2.2];
t=-5*T:T/2:5*T;
x=1./(1+((2/T)*t).^2); % sampled pulse
equalized_x=filte
www.eeworm.com/read/300086/13936877
m ip_06_10.m
% MATLAB script for Illustrative Problem 10, Chapter 6.
echo on
T=1;
Fs=2/T;
Ts=1/Fs;
c_opt=[-2.2 4.9 -3 4.9 -2.2];
t=-5*T:T/2:5*T;
x=1./(1+((2/T)*t).^2); % sampled pulse
equalized
www.eeworm.com/read/237195/13972253
pas jcsample.pas
Unit JcSample;
{ This file contains downsampling routines.
Downsampling input data is counted in "row groups". A row group
is defined to be max_v_samp_factor pixel rows of each component,
www.eeworm.com/read/132953/14065180
m ip_06_10.m
% MATLAB script for Illustrative Problem 10, Chapter 6.
echo on
T=1;
Fs=2/T;
Ts=1/Fs;
c_opt=[-2.2 4.9 -3 4.9 -2.2];
t=-5*T:T/2:5*T;
x=1./(1+((2/T)*t).^2); % sampled pulse
equalized_x=filte
www.eeworm.com/read/201578/15401519
asv bandpass.asv
function [y1,y2]=bandpass(x)
a1=[1 1];b1=[1];
a2=[1 -1];b2=[1];
w1=filter(a1,b1,x);
w2=filter(a2,b2,x);
y1=downsample(w1,2);
y2=downsample(w2,2);
% figure,
% subplot(4,1,1),plot(w1);
% subpl
www.eeworm.com/read/101557/15827417
m ip_06_10.m
% MATLAB script for Illustrative Problem 10, Chapter 6.
echo on
T=1;
Fs=2/T;
Ts=1/Fs;
c_opt=[-2.2 4.9 -3 4.9 -2.2];
t=-5*T:T/2:5*T;
x=1./(1+((2/T)*t).^2); % sampled pulse
equalized
www.eeworm.com/read/283884/8983006
am makefile.am
# these are tools used in creating these audio files
noinst_PROGRAMS = cut-silence downsample
check_PROGRAMS = sound
TESTS = $(check_PROGRAMS)
cut_silence_SOURCES = cut_silence.c
cut_silence_CFLAGS
www.eeworm.com/read/243950/12904744
am makefile.am
# these are tools used in creating these audio files
noinst_PROGRAMS = cut-silence downsample
check_PROGRAMS = sound
TESTS = $(check_PROGRAMS)
cut_silence_SOURCES = cut_silence.c
cut_silence_CFLAGS
www.eeworm.com/read/331523/7110150
c pesqmod.c
/*****************************************************************************
Perceptual Evaluation of Speech Quality (PESQ)
ITU-T Draft Recommendation P.862.
Version 1.1 - 15 November 2000.