代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/439446/7708593

m p10_4.m

% Program P10_4 % Effect of Down-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence clf; freq = [0 0.42 0.48 1]; mag = [0 1 0 0]; x = fir2(101, freq, mag); % Eval
www.eeworm.com/read/439446/7708597

m p10_3.m

% Program P10_3 % Effect of Up-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence freq = [0 0.45 0.5 1]; mag = [0 1 0 0]; x = fir2(99, freq, mag); % Evaluate and
www.eeworm.com/read/439446/7708683

m p10_4.m

% Program P10_4 % Effect of Down-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence clf; freq = [0 0.42 0.48 1]; mag = [0 1 0 0]; x = fir2(101, freq, mag); % Evaluate a
www.eeworm.com/read/439446/7708688

m p10_3.m

% Program P10_3 % Effect of Up-sampling in the Frequency Domain % Use fir2 to create a bandlimited input sequence freq = [0 0.45 0.5 1]; mag = [0 1 0 0]; x = fir2(99, freq, mag); % Evaluate and plot t
www.eeworm.com/read/331961/12794057

m ex661.m

%----------------------------------------------------------------------------- % Example 6.6.1 % Compute element matrix for two-dimens
www.eeworm.com/read/240189/13232216

pro mk_vector.pro

; $Id: mk_vector.pro,v 1.2 2002/03/14 11:49:13 riccardi Exp $ ;+ ; MK_VECTOR ; ; Result = MK_VECTOR(Sampling, Min, Max) ; ; Returns a vector with Sampling elements from Min to Max. ;
www.eeworm.com/read/304259/13797129

m inbox1.m

function [del] = inbox1; % [del] = inbox1 dialogue box for data sampling for SFR calculation % Usage: [del] = inbox1 % del = sampling interval in mm % Calls inputdlg function, supplied with the tool
www.eeworm.com/read/145120/5747732

c dsk6713_devparams.c

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *
www.eeworm.com/read/145120/5747893

c dsk6713_devparams.c

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *
www.eeworm.com/read/141297/5773540

h gr_firdes.h

/* -*- c++ -*- */ /* * Copyright 2002 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the ter