代码搜索结果
找到约 8,431 项符合
RF 的代码
cont1
#!/bin/sh
rm -rf fred*
echo > fred1
echo > fred2
mkdir fred3
echo > fred4
for file in fred*
do
if [ -d "$file" ]; then
echo "skipping directory $file"
continue
fi
echo file is $file
do
makefile
CC =/usr/local/arm/2.95.3/bin/arm-linux-gcc
CFLAGS =-Wall-DMODULE -I/home/wei/linux-2.4.19-rmk7/include
addrv.o:addrv.c
$(CC)$(CFLAGS) -c $<
clean:
rm -rf *.o
makefile
CC =/usr/local/arm/2.95.3/bin/arm-linux-gcc
CFLAGS =-Wall-DMODULE -I/home/wei/linux-2.4.19-rmk7/include
dadrv.o:dadrv.c
$(CC)$(CFLAGS) -c $<
clean:
rm -rf *.o
cont1
#!/bin/sh
rm -rf fred*
echo > fred1
echo > fred2
mkdir fred3
echo > fred4
for file in fred*
do
if [ -d "$file" ]; then
echo "skipping directory $file"
continue
fi
echo file is $file
do
raido.h
#include "board.h"
#ifndef RAIDO
#define RAIDO
#define STOP_RADIO() ISRFOFF;
// RF interrupt flags
#define IRQ_RREG_ON 0x80
#define IRQ_TXDONE 0x40
#define IRQ_FIFOP
cont1
#!/bin/sh
rm -rf fred*
echo > fred1
echo > fred2
mkdir fred3
echo > fred4
for file in fred*
do
if [ -d "$file" ]; then
echo "skipping directory $file"
continue
fi
echo file is $file
do
cont1
#!/bin/sh
rm -rf fred*
echo > fred1
echo > fred2
mkdir fred3
echo > fred4
for file in fred*
do
if [ -d "$file" ]; then
echo "skipping directory $file"
continue
fi
echo file is $file
do
lpcar2fm.m
function [n,f,a,b]=lpcar2fm(ar,t)
%LPCAR2RF Convert autoregressive coefficients to formant freq+amp+bw [N,F,A,B]=(AR,T)
%
% Input: ar(:,p+1) Autoregressive coefficients
% t Th
cont1
#!/bin/sh
rm -rf fred*
echo > fred1
echo > fred2
mkdir fred3
echo > fred4
for file in fred*
do
if [ -d "$file" ]; then
echo "skipping directory $file"
continue
fi
echo file is $file
do
cont1
#!/bin/sh
rm -rf fred*
echo > fred1
echo > fred2
mkdir fred3
echo > fred4
for file in fred*
do
if [ -d "$file" ]; then
echo "skipping directory $file"
continue
fi
echo file is $file
do