代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/132953/14065465
m test.m
t0=.15; % signal duration
ts=0.001; % sampling interval
% the message vector
m=[ones(1,t0/(3*ts)),-2*ones(1,t0/(3*ts)),zeros(1,t0/(3*ts)+1)];
m_hat=imag(hilbert
www.eeworm.com/read/203890/15349844
m resample.m
function y = resample(x,fs)
% Y = RESAMPLE(X,FS) Change the sampling rate of a signal.
%
% This differs from the original resample in that only one
% argument, which is the new sampling rate of a sig
www.eeworm.com/read/202788/15372878
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=[
www.eeworm.com/read/202230/15389016
m cp0201_waveform.m
%
% FUNCTION 2.5 : "cp0201_waveform"
%
% Generates the energy normalized pulse waveform
%
% Special case of the second derivative Gaussian pulse:
% SCHOLTZ'S MONOCYCLE
%
% ********************
www.eeworm.com/read/202229/15389020
m cp0201_waveform.m
%
% FUNCTION 2.5 : "cp0201_waveform"
%
% Generates the energy normalized pulse waveform
%
% Special case of the second derivative Gaussian pulse:
% SCHOLTZ'S MONOCYCLE
%
% ********************
www.eeworm.com/read/202224/15389132
m mm2201.m
% mm2201.m
N = 128; % choose a power of 2 for speed
t = linspace(0,3,N); % time points for function evaluation
f = 2*exp(-3*t); % evaluate the function and minimize aliasing: f(3) ~ 0
Ts = t(2)
www.eeworm.com/read/200302/15435773
c scope.c
/*
* scope - a software oscilloscope
*
*/
#include
#include
#include
#include
#include
#include
#include
#includ
www.eeworm.com/read/108818/15574920
c csample.c
/*-------------------------- MegaWave2 Module ------------------------------*/
/* mwcommand
name = {csample};
author = {"Jacques Froment, Regis Monneau"};
function = {"sampling of a cimage"};
v
www.eeworm.com/read/108818/15574929
c fsample.c
/*-------------------------- MegaWave2 Module ------------------------------*/
/* mwcommand
name = {fsample};
author = {"Jacques Froment, Regis Monneau"};
function = {"sampling of a fimage"};
v
www.eeworm.com/read/108406/15586924
c fet140_adc12_04.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12 Extend sampling period with SHT bits
//
// This example shows how to extend the sam