代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/177859/9430232

c sbc-test.c

#include #include #include #include #include #include #include "sbc_internal.h" /* Doesn't work with size%2!=0 */ void swapper(u
www.eeworm.com/read/359513/10140880

m rcompr_s.m

cj=sqrt(-1); pi2=2*pi; % c=3e8; % propagation speed f0=30e6; % baseband bandwidth is 2*f0 w0=pi2*f0; fc=9750e6; % carrier frequency wc=pi2*fc;
www.eeworm.com/read/277545/10628728

h config.h

/*H************************************************************************** * NAME: config.h *---------------------------------------------------------------------------- * Copyr
www.eeworm.com/read/272965/10934992

asm main.asm

;----------------------------------------------------------------------------- ; File : main.asm ; Decs. : This file contains functions for POCSAG_Decoder project. ; Operation : Search for POC
www.eeworm.com/read/416123/11040942

h config.h

#ifndef _CONFIG_H_ #define _CONFIG_H_ #include "lib_mcu\compiler.h" /* compiler definitions */ #include "lib_mcu\regsnd1.h" /* component declaration */ #include
www.eeworm.com/read/461234/7231528

m figure_1_2.m

% create exact function and its derivative N_exact = 301; % number of sample points for exact function x_exact = linspace(0,6*pi,N_exact); f_exact = sin(x_exact).*exp(-0.3*x_exact); f_derivative_e
www.eeworm.com/read/437538/7746346

asv fft1d_f.asv

% fft1d_f: implementation of dense FFT-based sampling operator; % also refer to fft1d_f: implementation of the transpose of dense % FFT-based sampling operator; % Written by Thong Do, JHU, 2007
www.eeworm.com/read/435126/7797018

h config.h

#ifndef __Config__ #define __Config__ /****** User Defines ****************/ #define DATA_SAMPLES 50 /* How many samples will read before store the buffer
www.eeworm.com/read/244474/12861262

c twiddle factors32.c

#include #define FFT_BLOCK_LENGTH 32 /* = Number of frequency points in the FFT */ #define LOG2_BLOCK_LENGTH 5 /* = Number of "Butterfly" Stages in FFT processing */ #define SAMPLING_R
www.eeworm.com/read/244176/12879595

makefile

# Makefile for IP-VLBI utilities # T.Kondo 2002-10-04 #----------------------------------------------------------------------- SHELL=/bin/sh # IP-VLBI source file subdirectory SRCDIR=./src # # F