Changeset 351

Show
Ignore:
Timestamp:
07/20/09 11:59:43 (15 years ago)
Author:
sriram
Message:

Increasing the fft size to 512 to get better estimate

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/sriram/receive_path.py

    r340 r351  
    134134            self.min_freq, self.max_freq = self.max_freq, self.min_freq   # swap them 
    135135 
    136         self.fft_size = 128 
     136        self.fft_size = 512 
    137137 
    138138