代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/264747/11302940

txt prog9b2.txt

% % m-file to illustrate simple interpolation and % decimation operations (Program 9B.2, p644). % File name: prog9b2.m % An Illustration of sampling rate changes using upfirdn by a factor of
www.eeworm.com/read/264519/11311082

m uwb_imr.m

function h = uwb_imr(chan, ch_idx, plot_imr) % The first step is to read in the data from the .mat files supplied by the % IEEE 802.15.3a working group % if chan==1, load cm1_imr.mat; else
www.eeworm.com/read/158463/11612805

m loweq.m

function xl=loweq(x,ts,f0) % xl=loweq(x,ts,f0) %LOWEQ Returns the lowpass equivalent of the signal x. % f0 is the center frequency. % ts is the sampling interval. % t=[0:ts:ts*(length(x)-1)]; z
www.eeworm.com/read/158463/11613206

m loweq.m

function xl=loweq(x,ts,f0) % xl=loweq(x,ts,f0) %LOWEQ Returns the lowpass equivalent of the signal x. % f0 is the center frequency. % ts is the sampling interval. % t=[0:ts:ts*(length(x)-1)]; z
www.eeworm.com/read/347947/11623163

m uwb_imr.m

function h = uwb_imr(chan, ch_idx, plot_imr) % The first step is to read in the data from the .mat files supplied by the % IEEE 802.15.3a working group % if chan==1, load cm1_imr.mat; else
www.eeworm.com/read/347947/11623218

m uwb_imr.m

function h = uwb_imr(chan, ch_idx, plot_imr) % The first step is to read in the data from the .mat files supplied by the % IEEE 802.15.3a working group % if chan==1, load cm1_imr.mat; else
www.eeworm.com/read/261559/11637819

m 10-1.m

clear all; % 清所有的变量 clf; % 清屏 N=1224; % 设置数据点数 f1=200; % 设置信号1频率 f2=700; % 设置信号2频率 f3=1100; % 设置信号3频率 dt=1/1024; % 设置采样时间 sample=
www.eeworm.com/read/347709/11645375

c fet440_adc12_02.c

//****************************************************************************** // MSP-FET430P440 Demo - ADC12, Single Conversion on Single Channel // // This example shows how to perform a sing
www.eeworm.com/read/259407/11795365

m uwb_imr.m

function h = uwb_imr(chan, ch_idx, plot_imr) % The first step is to read in the data from the .mat files supplied by the % IEEE 802.15.3a working group % if chan==1, load cm1_imr.mat; else
www.eeworm.com/read/152993/12068212

s43 fet140_adc12_00.s43

#include "msp430x14x.h" ;****************************************************************************** ; MSP-FET430P140 Demo - ADC12 Sample A0, AVcc ; ; Description; A simple single sample i