代码搜索结果
找到约 4,639 项符合
RF 的代码
makefile.sgi
#!smake
#
# Copyright (c) Mark J. Kilgard, 1998.
#
TOP = ../../..
include $(TOP)/glutdefs
include $(ROOT)/usr/include/make/commondefs
LD_QUICKSTART_INFO=
LN = ln -s
MV = mv
RM = -rm -rf
randomtester.java
import java.io.*;
public class RandomTester {
public static void main(String args[])throws IOException{
RandomAccessFile rf=new RandomAccessFile("D:\\test.dat","rw");
for(int i=0;i
program_09_01.m
%% 计算与bior3.5相关的分解滤波器和重构滤波器
[Rf,Df] = biorwavf('bior3.5');
% 计算需要的4个滤波器
[Lo_D,Hi_D,Lo_R,Hi_R] = biorfilt(Df,Rf);
subplot(221); stem(Lo_D);
title('bior3.5分解低通滤波器');
subplot(222); stem(Hi_D);
program_09_15.m
% 设置双正交样条小波
wname = 'bior2.2';
% 计算两个相关的尺度滤波器rf和df
[rf,rd] = biorwavf(wname)
program_09_25.m
% 设置反双正交样条滤波器
wname = 'rbio2.2';
% 计算两个相关滤波器:rf是重构尺度滤波器,df是分解尺度滤波器
[rf,df] = rbiowavf(wname)
clock.c
/******************************************************************************
Filename: clock.c
This file defines clock related functions for the CC243x family
of RF system-on-chips
clock.h
/******************************************************************************
Filename: clock.h
This file defines interface for clock related functions for the
CC243x family of RF s
clock.c
/******************************************************************************
Filename: clock.c
This file defines clock related functions for the CC253x family
of RF system-on-chips
clock.h
/******************************************************************************
Filename: clock.h
This file defines interface for clock related functions for the
CC243x family of RF s
basic_rf.h
/*******************************************************************************
Filename: basic_rf.h
Description: Basic RF library header file
****************************************