代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/130662/14179632
s43 fet140_adc12_00.s43
#include "msp430x14x.h"
;******************************************************************************
; MSP-FET430P140 Demo - ADC12 Sample A0, AVcc
;
; Description; A simple single sample i
www.eeworm.com/read/228640/14371895
tim inputsignal_square1khz.tim
Remark : Square Wave
Number of record : 256
Record type number : INTEGER16
Signal frequency : 1000 Hz
Sampling rate : 10000 Hz
File format : Binary
www.eeworm.com/read/228640/14371903
tim inputsignal_square1khz_512pt.tim
Remark : Square Wave
Number of record : 512
Record type number : INTEGER16
Signal frequency : 1000 Hz
Sampling rate : 10000 Hz
File format : Binary
www.eeworm.com/read/228292/14393739
res xltwavplay.res
! X LessTif WAV Play Version 1.0 Resource File: install as xltwavplay in the resource directory
!
xltwavplay.geometry: +350+250
xltwavplay*background: grey70
xltwavplay*foreground: black
xltwavplay.*
www.eeworm.com/read/227351/14430653
m c5_4_1.m
clear all;
clf;
N=1224;
f1=200;
f2=700;
f3=1100;
dt=1/1024;
sample=1/dt;
randn('state',sum(100*clock));
dis=2*rand(1,
www.eeworm.com/read/124582/14558205
s43 fet140_adc12_00.s43
#include "msp430x14x.h"
;******************************************************************************
; MSP-FET430P140 Demo - ADC12 Sample A0, AVcc
;
; Description; A simple single sample i
www.eeworm.com/read/123212/14642320
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/114395/15054990
m ex653.m
%----------------------------------------------------------------------------
% Example 6.5.3
% Gauss-Legendre quadrature of a functio
www.eeworm.com/read/213940/15121969
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