EasyManuals Logo

Signal Hound BB60C Programmer's Reference Manual

Default Icon
48 pages
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #48 background imageLoading...
Page #48 background image
Signal Hound | Appendix
47
Non-Native RBWs and FFT size
It is possible to determine the FFT length used by the API when utilizing non-native RBW mode. The
function below returns the FFT length for an arbitrary RBW. A custom flat-top window with variable
bandwidth is built in order to modify the signal bandwidth beyond just FFT length.
1. int non_native_fft_from_rbw(double rbw)
2. {
3. double min_bin_sz = rbw / 3.2;
4. double min_fft = 80.0e6 / min_bin_sz;
5. int order = (int)ceil(log2(min_fft));
6.
7. return pow2(order);
8. }
157.1e3
1024
78.90e3
2048
39.45e3
4096
19.72e3
8192
9.863e3
16384
4.931e3
32768
2.465e3
Smallest Real-Time RBW
65536
1.232e3
131072
616.45
262144
308.22
524288
154.11
1048576
154.11
1048576
77.05
2097152
38.52
4194304
19.26
8388608
9.63
16777549
4.81
33554432
2.40
67108864
1.204
134217728
0.602
268435456
0.301
536870912

Table of Contents

Other manuals for Signal Hound BB60C

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Signal Hound BB60C and is the answer not in the manual?

Signal Hound BB60C Specifications

General IconGeneral
BrandSignal Hound
ModelBB60C
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals