代码搜索结果
找到约 4,639 项符合
RF 的代码
rf_tx_01.c
//
// File Name:RF_Tx_01.c
//----------------------------------------------------------------------------
// Project Name: 2.4 GHz RF transceiver
test1_2.txt
main()
{
printf(“ ab c\t de\rf\tg\n”);
printf(“h\ti\b\bj d”);
}
test1_2.txt
main()
{
printf(“ ab c\t de\rf\tg\n”);
printf(“h\ti\b\bj d”);
}
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
rf.h
/*
**********************************************************************
* RF RECEIVE&SEND SOUND *
* THE FILE FUNCTIONS
borrow.c
void BorrowBook(BookDbaseFile &bf,BnoIdxFile bif,BbookFile &bbf,ReadFile &rf)
{
char dzh[8],sh[5],jyrq[13];
int i,j,k=0;
printf("输入读者号 书号 借阅日期\n");
scanf("%s%s%s",dzh,sh,jyrq);
reader.c
//1输入读者信息
void ReaderManage(ReadFile &rf)
{
int i;
char yn='y';
i=++rf.len;
while(yn=='y'||yn=='Y')
{
printf("输入读者号 读者名 可借图书数\n");
scanf("%s %s",rf.ReadRec[i].rno,rf.ReadRec[i
rf.m
function RF(real_ch,SNR_dB)
close all;
% If argument is omitted, the channel is simulated
if (nargin < 1)
real_ch = 0;
end
if (nargin
rf.mdl
Library {
Name "RF"
Version 4.00
Description "Blocks useful for simulation of wireless communicat"
"ion systems. Originally intended for the simulation of \nGPS transmitter, ch"
tb.java
import java.io.*;
public class tb{
public static void main(String args[]){
try{
RandomAccessFile rf=new RandomAccessFile("rtest.dat", "rw");
for(int i = 0; i < 10; i++){
rf.writeInt(i);
rf.wr