代码搜索结果
找到约 8,431 项符合
RF 的代码
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
main_node.c
#include "RF04EB.h"
#include "hal.h"
#include "lcd128_64.h"
#include "string.h"
#include "digital_IO.h"
#include "ADC_function.h"
void Delay(UINT16 n);
/**************************************
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
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
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
makefile
#/bin/sh
TARGET = DesDE
SRCS=DesDE.c
OBJS=DesDE.o
LIBS=libca.a
$(TARGET):$(OBJS)
gcc -o $(TARGET) $(OBJS) $(LIBS)
DesDE.o:DesDE.c
gcc -c $(SRCS)
clean:
rm -rf *.o $(TARGET)
makedist
#!/bin/sh
#
# Create distribution files.
#
# Lars Wirzenius
set -e
version="$1"
tag=version_`echo $version | tr .- __`
base=gateway-$version
rm -rf $base
cvs -Q export -r $tag -d $b