代码搜索:downsample
找到约 191 项符合「downsample」的源代码
代码结果 191
www.eeworm.com/read/216488/15005656
m imdc.m
function varargout = ImDC(I,Idc)
% ImDC Split an image into DC component and residual, or opposite.
% We use a separable low-pass filter whith length 48 and downsample
% by 16 (in
www.eeworm.com/read/310212/13654736
m upfirdn.m
%UPFIRDN Upsample, apply a specified FIR filter, and downsample a signal.
% UPFIRDN(X,H,P,Q) is a cascade of three systems applied to input signal X:
% (1) Upsampling by P (zero insertion
www.eeworm.com/read/154209/11983416
m upfirdn.m
%UPFIRDN Upsample, apply a specified FIR filter, and downsample a signal.
% UPFIRDN(X,H,P,Q) is a cascade of three systems applied to input signal X:
% (1) Upsampling by P (zero insertion
www.eeworm.com/read/462670/1543585
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/395428/8173657
m recognise_noun.m
function [out1,out2]=Recognise_noun(in,fs)
in=in./max(in);
Em=envextract(in.^2,size(in),fs,0.05);
embrace=DownSample(Em,100);
windowlong=floor(fs/500)*10;
matix=linetomatix(in,windowlong,wind
www.eeworm.com/read/492414/6422487
m rx_timed_to_freqd.m
%FFT operation, downsample and separate the data
function [freq_tr_syms, freq_data_syms, freq_pilot_syms] = rx_timed_to_freqd(time_signal, sys_parm)
global ofdm_data_parm_const;
global of
www.eeworm.com/read/490745/6452513
c video_isr.c
#include
extern int D1, width, height;
extern char* frame_buf;
char frame_flag;
int image_line = 0;
//section("down_sample_image") char SDRAM_DOWNSAMPLE_OUT[2097152];
www.eeworm.com/read/413868/11138868
c video_isr.c
#include
extern int D1, width, height;
extern char* frame_buf;
char frame_flag;
int image_line = 0;
//section("down_sample_image") char SDRAM_DOWNSAMPLE_OUT[2097152];
www.eeworm.com/read/418153/2092344
sci downsmpl_f.sci
//DOWNSMPL_f Scicos downsample block
//Classical interface function ver1.0 - scilab-3
//29 janvier 2004 Author : - IRCOM GROUP - A.Layec
function [x,y,typ]=DOWNSMPL_f(job,arg1,arg2)
x=[];y=[];typ
www.eeworm.com/read/160611/5568630
c sndfnint.c
/* nyqsrc/sndfnint.c -- interface to snd/snd.h,
* nyqsrc/sound.h, nyqsrc/downsample.h, nyqsrc/sndread.h,
* nyqsrc/sndseq.h, nyqsrc/add.h, nyqsrc/multiseq.h,
* nyqsrc/samples.h, nyqsrc/sndwrite.