代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/216045/15028664
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
clear
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
www.eeworm.com/read/210153/15205902
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
t=[-.
www.eeworm.com/read/209621/15216368
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
t=[-.
www.eeworm.com/read/14806/423358
h faad.h
#ifndef _AACDEC_H
#define _AACDEC_H
typedef struct {
int channels;
int sampling_rate;
int bit_rate;
int length;
} faadAACInfo;
void aac_decode_init(faadAACInfo *fInfo, char *fn);
void
www.eeworm.com/read/168433/5446999
readme
Tue Feb 13 10:47:25 CST 1996
Andy Fingerhut (jaf@arl.wustl.edu)
File formats:
.au
Sun/NeXT audio file format. These have headers specifying the
sampling rate, number of channels, sample format, a
www.eeworm.com/read/348288/3157576
c decode_ntom.c
/*
decode_ntom.c: N->M down/up sampling. Not optimized for speed.
copyright 1995-2008 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and AUTHORS files in distrib
www.eeworm.com/read/339362/3309787
par click1.par
0.04e-3 Time for the delta-function click (s).
40.0 Stimulus signal intensity (dB SPL).
1.0e-3 Stimulus signal duration (seconds).
0.01e-3 Stimulus sampling interval, dt (seconds).
www.eeworm.com/read/334933/3360474
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/303435/3812074
unisam2
#! /bin/sh
# Shell: Unisam2
# Example: unisam2 --- uniform sampling in 2 dimensions
# Author: John Stockwell, 27 August 1992
#set -x
# constant wavespeed (of 10) model 100x100 samples
echo "10" >
www.eeworm.com/read/301474/3839574
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