getting ready for 1.1

This commit is contained in:
Mark Borgerding
2004-01-31 01:28:21 +00:00
parent 9ddb2bb744
commit 366f17e379
5 changed files with 40 additions and 100 deletions

View File

@ -25,6 +25,7 @@ def main():
import popen2
opts,args = getopt( sys.argv[1:],'u:n:Rt:' )
opts=dict(opts)
exitcode=0
util = opts.get('-u','./kf_float')
@ -67,7 +68,9 @@ def main():
if snr<100:
print xout
print xoutcomp
exitcode=1
print 'NFFT=%s,SNR = %f dB' % (str(dims),snr)
sys.exit(exitcode)
def dopack(x,fmt,cpx):
x = reshape( x, ( size(x),) )