代码搜索结果
找到约 4,639 项符合
RF 的代码
make.sh
#!/bin/sh
rm -rf *.elf
rm -rf *.bin
rm -rf thermal.o
arm-elf-gcc -c -mthumb-interwork com1-2.c
arm-elf-ld -T Flash.ld -o com1-2.elf com1-2.o
arm-elf-objcopy -O binary com1-2.elf com1
make.sh
#!/bin/sh
rm -rf *.elf
rm -rf *.bin
rm -rf i2c_adc_dac.o
arm-elf-gcc -c -mthumb-interwork i2c_adc_dac.c
arm-elf-ld -T Flash.ld -o i2c_adc_dac.elf i2c_adc_dac.o
arm-elf-objcopy -O bin
makefile
susan: susan.c Makefile
gcc -static -O4 -o susan susan.c -lm
clean:
rm -rf susan output*
mk_makefile
#!/bin/bash
rm -rf Makefile
cp Makefile_simple Makefile
g++ -M *.cpp >> Makefile
lpcar2rf.m
function rf=lpcar2rf(ar)
%LPCAR2RF Convert autoregressive coefficients to reflection coefficients AR=(RF)
%
% Input: ar(:,p+1) Autoregressive coefficients
% Output: rf(:,p+1) Reflection coeff
lpcrf2ar.m
function [ar,arp,aru,g]=lpcrf2ar(rf)
%LPCRF2AR Convert reflection coefs to autoregressive coefs [AR,ARP,ARU,G]=(RF)
%
% Input: RF(:,p+1) gives reflection coefficients of one or more p-section loss
rf_tx.asm
#include "Project.inc"
#include "Delay.inc"
#ifndef RF.PIN
#define RF.PIN 5 ; RF Modulation Output
#define RF.PORT PORTC
#endif
RF_ovr udata_ovr
Parity res 1
RF.COUNTER res 1
RF.Byte_
rf_tx.inc
#ifndef RF_INC
#define RF_INC
#ifndef RF.PIN
#define RF.PIN 5 ; RF Modulation Output
#define RF.PORT PORTC
#endif
extern RF.Send_Header, RF.Send_Data, RF.SendBuffer,RF.Init
#endif
lpcar2rf.m
function rf=lpcar2rf(ar)
%LPCAR2RF Convert autoregressive coefficients to reflection coefficients AR=(RF)
%
% Input: ar(:,p+1) Autoregressive coefficients
% Output: rf(:,p+1) Reflection coeff
lpcrf2ar.m
function [ar,arp,aru,g]=lpcrf2ar(rf)
%LPCRF2AR Convert reflection coefs to autoregressive coefs [AR,ARP,ARU,G]=(RF)
%
% Input: RF(:,p+1) gives reflection coefficients of one or more p-section loss