代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/175917/9525515
m dtmf_dec.m
function xx=dtmf_dec_duzhou(x);
tone = ['1' '2' '3' 'A' '4' '5' '6' 'B' '7' '8' '9' 'C' '*' '0' '#' 'D' 'e' ];
Fs = 8000 ; Ts = 1/Fs ; % Fs is the sampling rate
T_duration = 30; magnitude=
www.eeworm.com/read/167466/9968259
m fig5_12.m
echo on
% Example on 2nd order Butterworth LPF (digital & analogue)
% (gain plot)
% cut-off freq, wd = 628 rad/s
% sampling freq, ws = 5024 rad/s
echo off
% Ms Oh
% Revised BM July 98
clear
www.eeworm.com/read/167466/9968264
m fig5_13.m
echo on
% Example on 2nd order Butterworth LPF (digital & analogue)
% (phase plot)
% cut-off freq, wd = 628 rad/s
% sampling freq, ws = 5024 rad/s
echo off
% Ms Oh
% Revised BM July 98
clear
www.eeworm.com/read/353677/10431961
m acq3.m
%**** initial condition*****
svnum=input('enter satellite number=');
%function [pt_init,frr]=acq3(svnum);
tic
intodat=16368*0;
fs=16.368e6; %sampling freq down frequency 20.4916MHz
ts=1/fs;
www.eeworm.com/read/459112/7282490
c att7022.c
#include "ATT7022.h"
#include "Pindefine.h"
#include "variable.h"
#include
D7022 bank1 D_Sampling;
//#define Nop() asm("nop")
#define NOP() asm("nop");asm(
www.eeworm.com/read/456354/7351336
m quadcomp.m
function [xc,xs]=quadcomp(x,ts,f0)
% [xc,xs]=quadcomp(x,ts,f0)
%QUADCOMP Returns the in-phase and quadrature components of
% the signal x. f0 is the center frequency. ts is the
% sampling interv
www.eeworm.com/read/322475/13379423
m afm_mlpatterngen.m
function [F,FR] = afm_mlpatternGen(x,Fs,type)
% Extract set of features from PSD within [0, 128Hz].
% x: input signal
% Fs: sampling rate (= 256Hz)
% type: the type of vehicle ('w'--wheeled,'t'--t
www.eeworm.com/read/322475/13379430
m sfm_mlpatterngen.m
function [F,FR] = sfm_mlpatternGen(x,Fs,type)
% Extract set of features from PSD within [0, 128Hz].
% x: input signal
% Fs: sampling rate (= 256Hz)
% type: the type of vehicle ('w'--wheeled,'t'--t
www.eeworm.com/read/321160/13411497
m quadcomp.m
function [xc,xs]=quadcomp(x,ts,f0)
% [xc,xs]=quadcomp(x,ts,f0)
%QUADCOMP Returns the in-phase and quadrature components of
% the signal x. f0 is the center frequency. ts is the
% sampling interv
www.eeworm.com/read/303772/13809466
m comp_hermite.m
function y = comp_hermite(n, x);
%COMP_HERMITE Compute sampling of continuous Hermite function.
% Usage: y = comp_hermite(n, x);
%
% COMP_HERMITE(n, x) evaluates the n-th Hermite function at th