代码搜索:RF

找到约 8,431 项符合「RF」的源代码

代码结果 8,431
www.eeworm.com/read/217949/14942652

m add_series_sc_stub.m

function Add_series_sc_stub(theta_deg,freq_0,line_Z0) % this function adds a description of the short-circuit stub connected to the % rest of the network in series % % USAGE: % Add_series_sc_stub
www.eeworm.com/read/217949/14942668

m add_trans_line.m

function Add_trans_line(theta_deg,freq_0,line_Z0) % this function adds a description of the transmission line connected to the % rest of the network % % USAGE: % Add_trans_line(45, 1e9, 75) %
www.eeworm.com/read/217949/14942771

m ex8_4.m

% % This program generates a Smith Chart plot % and computes the frequency response of the % matching neworks described in Example 8.4 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig
www.eeworm.com/read/215895/15034930

d cc2420db_library.d

# 1 "c:\\development\\sourceforge_winavr_20040720\\projects\\cc2420db_library//" cc2420db_library.o cc2420db_library.d : cc2420db_library.c ../../include/include.h \ ../../include/hal/atmega128/hal_
www.eeworm.com/read/213422/15135104

c adc.c

/** @file ADC.c * * @author Runar Kjellhaug * * @compiler This program has been tested with Keil C51 V7.50. * * @copyright * Copyright (c) 2005 Nordic Semiconductor. All Rights Reserved.
www.eeworm.com/read/154079/5642725

vhd ram_rwp_r.vhd

-- @ER--RbBF$osHE50RO42RgRgU1b$MDHHO0R$,Q3MO R--RDqDRosHER0#sCC#s8PC3- - ---1-RHDlbCqR)vHRI0#ERHDMoC7Rq71) 1FRVsFRL0sERCRN8NRM8I0sHC- -RsaNoRC0:HRXDGHM --DsHLNRs$HCCC;# kCCRHC#C30D8_FOoH_n4
www.eeworm.com/read/472873/6859092

c adc.c

/** @file ADC.c * * @author Runar Kjellhaug * * @compiler This program has been tested with Keil C51 V7.50. * * @copyright * Copyright (c) 2005 Nordic Semiconductor. All Rights Reserved.
www.eeworm.com/read/173426/9659193

c adc.c

/** @file ADC.c * * @author Runar Kjellhaug * * @compiler This program has been tested with Keil C51 V7.50. * * @copyright * Copyright (c) 2005 Nordic Semiconductor. All Rights Reserved.
www.eeworm.com/read/367448/9747564

c main1.c

#define Main_H #include "allheads.h" void main(void) { initialize(); //初始MEGA88 IO和寄存器 init_SPI(); //初始SPI端口 RF_Channel=8; //选择NRF24L01第8频道 RX_Mode(); //进入接收模式 (接收
www.eeworm.com/read/265665/11258053

txt 用pic做红外线遥控接收3.txt

关于红外线接收的一点思路 我现在在做电视机红外线接受,发射器,看了一些书,书上说信号被调制在38khz的调制信号上,但我通过一颗红外接收管加两级放大后看红外线波形,示波器要打到10ms档上才能看到完整波形,照书上说的话应该打到50us档上就能看到波形了,而且这个波形像梯形波,请问这是怎么一回是,我用的红外线源就是长虹电视机的遥控器,这样的话我的接收程序怎么写呢? 你不用管他怎么调 ...