代码搜索:Sampling
找到约 3,969 项符合「Sampling」的源代码
代码结果 3,969
www.eeworm.com/read/236065/14033971
c fet430_adc12_14.c
//******************************************************************************
// MSP-FET430P430 Demo - ADC12, Single Conversion on Channel A15
//
// This example shows how to perform a single
www.eeworm.com/read/236065/14034011
c fet430_adc12_02.c
//******************************************************************************
// MSP-FET430P430 Demo - ADC12, Single Conversion on Single Channel
//
// This example shows how to perform a sing
www.eeworm.com/read/236065/14034013
c fet430_adc12_12.c
//******************************************************************************
// MSP-FET430P430 Demo - ADC12, Single Conversion on Channel A13
//
// This example shows how to perform a single
www.eeworm.com/read/203890/15349829
m lt.m
function c = gt(a,b)
% overloading of operator <
% $Id: lt.m 55 2005-01-05 11:19:40Z mairas $
if isa(a,'signal') & ~isa(b,'signal')
c = a.s < b;
elseif ~isa(a,'signal') & isa(b,'signal')
c = a
www.eeworm.com/read/203890/15349849
m gt.m
function c = gt(a,b)
% overloading of operator >
% $Id: gt.m 50 2004-12-10 12:42:40Z mairas $
if isa(a,'signal') & ~isa(b,'signal')
c = a.s > b;
elseif ~isa(a,'signal') & isa(b,'signal')
c = a
www.eeworm.com/read/352938/10492168
c modify.c
Press_Adjust_state=ReadWord(Adjust_state);
// Press_Adjust_state=2;
if(Press_Adjust_state==0x01)
{
PGA_Plus=ReadWord(AD_PGA_Plus);
PGA_Plus=ADS1240_GAIN_8;
//==========
www.eeworm.com/read/141297/5773737
cc gr_sig_source_s.cc
/* -*- c++ -*- */
/*
* Copyright 2004 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/141297/5773760
cc gr_sig_source_i.cc
/* -*- c++ -*- */
/*
* Copyright 2004 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/141297/5773795
cc gr_sig_source_f.cc
/* -*- c++ -*- */
/*
* Copyright 2004 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/290606/8472968
m sfbdesign.m
% sfbdesign.m
% Macro to make state feedback design of robot mechanism
%
% Computer Controlled Systems (3rd ed)
% Author: B. Wittenmark
% Last edit: 1996-12-08
% Copyright (c) 1996 by K. J. 舠tr鰉, B. W