代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/305566/3772476
suimp2d
SUIMP2D - generate shot records for a line scatterer
suimp2d [optional parameters] >stdout
Optional parameters
nshot=1 number of shots
nrec=1 number of receivers
c=5000 speed
dt=.004 sampling
www.eeworm.com/read/305566/3772667
vel j.vel
#! /bin/ksh
# Velocity analyses for the cmp gathers
set -x
SCRATCH=/scratch/jkc/Nmodata
# Determine velocity sampling.
nv=100 dv=50.0 fv=4000.0
integer cdpmin=1500 cdpmax=3000 dcdp=500 fold=64 cdp
www.eeworm.com/read/305566/3772679
vstack j.vstack
#! /bin/ksh
# Velocity analyses for the cmp gathers
#set -x
SCRATCH=/scratch/jkc/Nmodata
# Determine velocity sampling.
nv=100 dv=50.0 fv=4000.0
integer cdpmin=1500 cdpmax=3000 dcdp=100 fold=64 cdp
www.eeworm.com/read/273525/4207851
dlg bsample.dlg
/*
bsample
*! VERSION 1.1.0 06nov2004
*/
VERSION 9.0
INCLUDE _std_large
INCLUDE header
HELP hlp1, view("help bsample")
RESET res1
DIALOG main, label("bsample - Sampling with rep
www.eeworm.com/read/438717/1823391
py playback.py
# Read mono 16bit samples from stdin and write them to the audio device.
# Assume the sampling rate is compatible.
# Use a small queue size to minimize delays.
import al, sys
import AL
BUFSIZE = 200
www.eeworm.com/read/264666/4287521
asm avr242.asm
;**** A P P L I C A T I O N N O T E A V R ??? ************************
;*
;* Title: Multiplexing LED drive and 4x4 keypad sampling
;* Version: 1.0
;* Last Updated: 98.07.24
;* Target: All
www.eeworm.com/read/108859/15573829
m corrp.m
function Y =corrp(x,y,dt)
% CORRP Periodic correlation.
%
% Y = CORRP(X,Y,dt) Periodic correlation of arrays X and Y
% dt = Sampling interval dt [Default: dt = 1].
%
% NOTE: Rxy = Corr(X,Y) =
www.eeworm.com/read/389710/8506964
m dft1.m
function DFT1()
% 1D
clear;
%信源
%--------------------------------------------
Pd=2000;
Fd=1;% Fd is the sampling rate of the message signal.
Fs=4*Fd;
R=0.5;
Delay=5;
No=1;
M=4;
x1=ra
www.eeworm.com/read/388457/8607948
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/387887/8649393
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