代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/414863/11098788
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/412320/11205158
c fet140_adc12_04.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Extend Sampling Period with SHT Bits
//
// Description: This example shows how to
www.eeworm.com/read/334931/12561308
m program_11_4.m
% Program 11_10
% Spectral Analysis Using the DFT
%
N = input('Type in the length of DFT = ');
T = input('Type in the sampling period = ');
freq = input('Type in the frequency of the sinusoid -=
www.eeworm.com/read/334931/12561577
m program_11_4.m
% Program 11_10
% Spectral Analysis Using the DFT
%
N = input('Type in the length of DFT = ');
T = input('Type in the sampling period = ');
freq = input('Type in the frequency of the sinusoid -=
www.eeworm.com/read/147096/12584573
m d2d.m
function [a, b] = d2d(phi, gamma, t1, t2)
%D2D Conversion of discrete state-space models to models with diff. sampling times.
% [A2, B2] = D2D(A1, B1, T1, T2) converts the discrete-time system:
%
www.eeworm.com/read/237870/13924000
asm fet140_adc12_04.asm
;******************************************************************************
; MSP-FET430P140 Demo - ADC12, Extend Sampling Period with SHT Bits
;
; Description: This program shows how to ex
www.eeworm.com/read/237866/13925727
asm fet440_adc12_04.asm
;******************************************************************************
; MSP-FET430P440 Demo - ADC12, Extend Sampling Period With SHT Bits
;
; Description: This program shows how to ex
www.eeworm.com/read/236069/14033250
s43 fet430_adc12_04.s43
;******************************************************************************
; MSP-FET430P430 Demo - ADC12, Extend Sampling Period With SHT Bits
;
; Description: This program shows how to ex
www.eeworm.com/read/205223/15323311
m cp0302_ppm_periodic.m
%
% FUNCTION 3.3 : "cp0302_PPM_periodic"
%
% Generation of a PPM-UWB signal in the case of a generic
% periodic modulating signal and rectangular pulses
% Modulating signal is chosen to be charac
www.eeworm.com/read/205223/15323329
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
%
% ********************