代码搜索:Sampling

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

代码结果 3,969
www.eeworm.com/read/474583/6813023

svn-base perform_median_filtering.m.svn-base

function M = perform_median_filtering(M,k) % perform_median_filtering - perform moving average median % % M = perform_median_filtering(M,k); % % k is the half width of the window (detult k=1). %
www.eeworm.com/read/172021/9726362

c messageb.c

#include #include "MiniGUI_config.h" #include "common.h" #include "minigui.h" #include "gdi.h" #include "window.h" #include "control.h" #include #include #define IDC
www.eeworm.com/read/146753/12615474

h lib_pwm.h

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*----------------------------------------------------
www.eeworm.com/read/292248/8365640

m lfm.m

function [s] = lfm(fmin, fmax, T, sampling_rate, type); % generates an LFM pulse (chirp) % fmin = min frequency % fmax = max frequency % T = duration of time-series % samplin
www.eeworm.com/read/432925/8563501

m stftm.m

function [freq] = stftm(x, winlgh); % DISPLAY STFTM AND MAKE FREQUENCY TRACK via |STFT| ridge % % [freq] = stftm(x, winlgh); % % x = input % winlgh: window length % % freq = frequency track % %
www.eeworm.com/read/432925/8563509

m stftm.m

function [freq] = stftm(x, winlgh); % DISPLAY STFTM AND MAKE FREQUENCY TRACK via |STFT| ridge % % [freq] = stftm(x, winlgh); % % x = input % winlgh: window length % % freq = frequency track % %
www.eeworm.com/read/287857/8664260

s read_key.s

.module READ_KEY.c .area text(rom, con, rel) .dbfile C:\DOCUME~1\asdf\MYDOCU~1\11111111111\READ_KEY.c .dbfunc e READ_KEY _READ_KEY fc ; pb_input -> y+0 ; i -> R20,R21 ;
www.eeworm.com/read/186716/8914538

m acf_plot.m

function acf_plot(Rxx,arg1) % ACF_PLOT ..... Plot the autocorrelation function from ACF. % % ACF_PLOT(Rxx) plots the autocorrelation function Rxx using normalized % sampling period, Ts = 1. %
www.eeworm.com/read/186716/8914568

m int_dump.m

function [out] = int_dump(in); % INT_DUMP .... Integrate and Dump receiver. % % Y = INT_DUMP(X) integrates the input sequence X over one bit period % and then dumps the value to the outpu
www.eeworm.com/read/178299/9408929

cc boucle_flt.cc

// boucle.cc // Pierre Bomel - LESTER/UBS - janvier 2005 // Formation chez France Telecom R&D #include #include "gen.h" #include "sense.h" #include "pack.h" #include "unpack.h" #include