Changeset 7804
- Timestamp:
- 02/23/08 19:08:31
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/branches/releases/3.1/gr-utils/src/python/usrp_fft.py
r7299 r7804 116 116 self.scope = scopesink2.scope_sink_c(panel, sample_rate=input_rate) 117 117 else: 118 self.scope = fftsink2.fft_sink_c (panel, fft_size=1024, sample_rate=input_rate )118 self.scope = fftsink2.fft_sink_c (panel, fft_size=1024, sample_rate=input_rate, y_divs = 10) 119 119 120 120 self.connect(self.u, self.scope)
