代码搜索结果
找到约 8,431 项符合
RF 的代码
rls_noise.m
%RLS Noise Cancellation
%Ryan King
%4/26/02
clear all;
close all;
%RF = load('RFrost.txt');
refGain = 1;
worder = 8;
N = 2048;
t=1:N;
signal = sin(2*pi.*t.*t/N/N*8); %.*fliplr(co
backup-is-src
#!/bin/sh
if test "$VERBOSE" = yes; then
set -x
cp --version
fi
. $srcdir/../lang-default
pwd=`pwd`
t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
trap 'status=$?; cd $pwd; rm -rf $t0 && exit $st
backup-1
#!/bin/sh
if test "$VERBOSE" = yes; then
set -x
cp --version
fi
pwd=`pwd`
t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
trap 'status=$?; cd $pwd; rm -rf $t0 && exit $status' 0
trap '(exit $?); ex
ignore
#!/bin/sh
# make sure rmdir's --ignore-fail-on-non-empty option works
if test "$VERBOSE" = yes; then
set -x
rmdir --version
fi
tmp=rmdir.$$
trap "rm -rf $tmp" 0 1 2 3 15
test_failure=0
mkdir -p
configure
#!/bin/sh
# $Id: configure,v 1.19 1999/12/17 14:05:01 arno Exp $
echo=/bin/echo
rm -rf configure-tmp || exit 1;
mkdir configure-tmp || exit 1;
tmp_file="configure-tmp/xxx";
makedirs=".";
#
# $CXX
pblcd.bgn
Release 8.1i - Bitgen I.24
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Loading device for application Rf_Device from file '3s200.nph' in environment
D:\Xilinx.
"PBLCD" is an NCD, ve
readme
To install:
* cd to your ns-2.29/ directory
* cp -r dsr dsr_backup
* rm -rf dsr
* tar xvzf dsr_misbehaving_1.0.tar.gz (you need to put dsr_misbehaving_1.0.tar.gz in ns-2.29/.
* "make" in ns-2.29/
Wh