代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/371706/9540954
m ricker.m
function [w,tw] = ricker(f,dt)
%RICKER: Ricker wavelet of peak frequency f.
%
% [w,tw] = ricker(f,dt);
%
% IN f : central freq. in Hz (f
www.eeworm.com/read/175201/9555731
c decode_ntom.c
/*
decode_ntom.c: N->M down/up sampling. Not optimized for speed.
copyright 1995-2006 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/360732/10080633
m plot_flattened_dataset.m
function plot_flattened_dataset(xy,M,k);
% plot_flattened_dataset - nice 2D layout of image according to sampling location xy
%
% plot_flattened_dataset(xy,M,k);
%
% M is a matrix of size (a x
www.eeworm.com/read/163918/10139982
m er_fsample.m
function f = er_fsample(M,fpts,varargin)
% function f = er_fsample(M,fpts,varargin)
% Computes Type-I FIR filter coefficients using frequency sampling approach.
% Takes filter parameter in M (f
www.eeworm.com/read/160929/10469764
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/424063/10500194
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/423536/10553121
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/350990/10690619
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/467324/7009811
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/466476/7035925
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=[-.