We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cde26 commit 1b98496Copy full SHA for 1b98496
gr-util/src/time_sink_f_impl.cc
@@ -82,7 +82,7 @@ void time_sink_f_impl::generate_time_axis()
82
m_freq.clear();
83
if(m_complexFft) {
84
for(int i = 0; i < m_size; i++) {
85
- m_freq.push_back(freqoffset + ((m_size - i - 1) * rbw) - __sampleRate / 2);
+ m_freq.push_back(freqoffset + (i * rbw) - __sampleRate / 2);
86
}
87
} else {
88
0 commit comments