My motivations for this project:
- Use the SDR as a piece of test equipment
- Learn more about GNURadio blocks and programming GNURadio in Python
- Learn more about DSP by iteratively improving the application.
- Provide a tutorial for my local SDRSIG
Using an SDR, noise source and SWR bridge to create an antenna and filter analyzer.
when you are using FFT with noise, the magnitude depends on the bandwidth i.e. the bin size. With a carrier signal this is not so.
This is kind of obvious in hindsight, as the energy falling within each bin obviously increases as the bin gets wider. It does mean that you must/should/can normalise your values to Watts/Hz, if it is noise, (but you don't normalise carrier signals that get it there, as they are bin width independent Watts values) (or dBm/Hz and dBm ) This also means that if you have a mixture of noise and carriers, you need to find the carriers, and treat them separately.
Usually spec ans don't do this, and thus don't really give you a meaningful measurement of noise power.