代码搜索结果

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

mkconf.c

#define CHAR 01 #define BLOCK 02 #define INTR 04 #define EVEN 010 #define KL 020 #define ROOT 040 char *btab[] { "rk", "rp", "rf", "tm", "tc", "hs", "hp", "ht", 0 }; char *ctab[] { "console"

cc1100_smartrf.h

// Chipcon // Product = CC1100 // Chip version = F (VERSION = 0x03) // Crystal accuracy = 10 ppm // X-tal frequency = 26 MHz // RF output power = 0 dBm // RX filterbandwidth = 812.500000 kHz

create-delete.test

Check whether quilt generates patches properly so that GNU patch recognizes file creates and deletions. $ rm -rf d $ mkdir -p d/patches $ cd d $ echo delete > delete $ quilt new test.diff > Pa

annotate.test

$ rm -rf d $ mkdir -p d/patches $ cd d $ cat > foo < foo < bar < baz $ quilt new patch > Patch patches/patch is now on top $ quilt add foo > File foo added to patch patches/patch $ se

makefile

FILE = register.c FILE +=main.c FILE +=init.c FILE +=call.c LIB = -leXosip2 target:$(FILE) gcc $(FILE) -o target $(LIB) clean: rm -rf *.o target

makefile.am

SUBDIRS = src include EXTRA_DIST = autogen.sh # Grab the demo programs for the distribution: dist-hook: cp -rp demo $(distdir) rm -rf `find $(distdir) -type d -name CVS -print` # Rule to build t

nrf.c

#include #include "nrf.h" #include "osc.h" unsigned char Rec[32]; unsigned char a[32]; unsigned char b[4]; //********************************// //****RF配置寄存器****************// //*******

gauspuls.m

function [yc,ys,ye] = gauspuls(t,fc,bw,bwr,tpr) %GAUSPULS Gaussian-modulated sinusoidal pulse generator. % YI=GAUSPULS(T,FC,BW) returns samples of the unity-amplitude % Gaussian RF pulse with c