代码搜索结果
找到约 8,431 项符合
RF 的代码
ormsby.m
function [XX]=ormsby(X,RF,TF,DT,N)
% The function ORMSBY returns the time domain filtered data.
% Non MATLAB Library routine used: MBSSEL.
%
% Example-
% [acc]=ormsby(xa,0.12,0.14,dt,m).
%
%
main.asm
-------------------------
;A2:LFDATA
;A3
;A4:UNLOCK
;A5:LOCK
-------------------------
#include Project.inc
#include Delay.inc
#include RF_TX.inc
#include EEPROM.inc
#include SPI.inc
#inclu
run-me
#!/bin/sh
rm -rf worklib
mkdir worklib
./compile.sh
ncelab plltop -discipline logic -timescale 10ps/1ps
ncsim plltop -analogcontrol run.scs -input run.tcl
rm *.log
makefile
ifneq ($(KERNELRELEASE),)
obj-m :=s3c2410_pwm.o
else
KERNELDIR ?= ../../linux-2.6.14
PWD := $(shell pwd)
all:
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
clean:
rm -rf *.o *~ core .de
makefile
ifneq ($(KERNELRELEASE),)
obj-m := s3c2410_spi0.o
else
KERNELDIR ?= ../../linux-2.6.14
PWD := $(shell pwd)
all:
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
clean:
rm -rf *.o *~ core
ua741.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
"ua 741 Operational Amplifier Device Level Model (UA741)"
"Vo/Vi = 100 ; Rf=100K; RS = 1K "
"U of California, Berkel
ormsby.m
function [XX]=ormsby(X,RF,TF,DT,N)
% The function ORMSBY returns the time domain filtered data.
% Non MATLAB Library routine used: MBSSEL.
%
% Example-
% [acc]=ormsby(xa,0.12,0.14,dt,m).
%
%
afbackup.postrm
#!/bin/sh
case "$1" in
purge)
rm -f /var/log/afbackup/server.backup.log*
rm -f /var/lib/afbackup/tapepos
if [ ! -f /var/lib/afbackup/num ]; then
rm -rf /var/lib/afbackup
fi
if [ ! -f /etc