代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/18384/786038
asv my_wrap.asv
function [wrap,t]=my_wrap(x,N)
% Figure the wrap of the input signal
% s, the input signal which type is float
% Fs, the sampling rate
% N, one data out of N data
% Author: Crystal Shi
% ShenZ
www.eeworm.com/read/248077/4471032
m ex9_5.m
% EX9_5.M Compute the spectrum of a signal saved
% in file CLEX95.MAT. (Created by CLEX95DT.M) The data are:
% N samples of the |FFT| are plotted
% Ts sampling interval in seconds
% t ti
www.eeworm.com/read/305566/3771547
c intsln.c
/*
FUNCTION: interpolation of a uniformly-sampled real function y(x) via
linear interpolation.
PARAMETERS:
nxin i number of x values at which y(x) is input
dxin i x sampling interval for input y(x
www.eeworm.com/read/273525/4209087
ado _svy_singleton_note.ado
*! version 1.0.3 01apr2005
program _svy_singleton_note
version 9
if e(singleton) == 1 {
di as txt "{p 0 6 2}" ///
"Note: Missing standard error due to stratum with single sampling unit;" /
www.eeworm.com/read/268397/4252953
java twodimensiongibbslda.java
package dragon.ir.topicmodel;
import dragon.ir.index.*;
import java.util.*;
/**
* LDA Gibbs sampling two dimensional topical model
*
* Copyright: Copyright (c) 2005
www.eeworm.com/read/438717/1823388
py record.py
# Record mono 16bits samples from the audio device and send them to stdout.
# Assume the sampling rate is compatible.
# Use a small queue size to minimize delays.
import al, sys
import AL
BUFSIZE =
www.eeworm.com/read/438717/1823398
py intercom.py
# intercom -- use mike and headset to *talk* to a person on another host.
# For SGI 4D/35 or Indigo running IRIX 4.0.
# Uses 16 bit sampling at 16000 samples/sec, or 32000 bytes/sec,
# tranmitted in 3
www.eeworm.com/read/434656/1868946
m nufft_samples.m
function om = nufft_samples(type, Nd)
%function om = nufft_samples(type, Nd)
% default simple sampling patterns
switch type
case 'epi' % blipped echo-planar cartesian samples
if length(Nd) == 1
www.eeworm.com/read/396844/2407104
m mk_rnd_dag_given_edge_prob.m
function dag = sample_dag(P)
% SAMPLE_DAG Create a random directed acyclic graph with edge probabilities P(i,j)
% dag = sample_dag(P)
%
% This uses rejection sampling to reject graphs with directed cy
www.eeworm.com/read/373619/2761276
h mp3enc.h
#ifndef __MP3ENC_H_
#define __MP3ENC_H_
typedef struct
{
unsigned long version;
unsigned long bitrate_index;
unsigned long sampling_frequency;
unsigned long padding;
unsi