-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create baseline #28
Comments
The notion of a "baseline" depends on the context. If the aim is to correct for the nonlinear frequency response of the receiver, then the method you have described seems sensible. But there are also other ways to use the baseline feature. For example, to measure the frequency response of a passive network (filter), you could first attach a wide-band noise source to the receiver and acquire the baseline measurement, then insert the passive network between the source and the receiver, and measure again using the basline recorded in the previous step. Such a procedure cancels out any inherent frequency responses of the source and the receiver, and leaves you with the pure characteristic of the network under test. Then there is again a different example use-case in radioastronomy. In a radiotelescope, you typically want to normalize the measurements with the frequency response of not only the receiver, but the entire receiving chain. In such a case, you cannot simply connect a termination to the input, as this would eliminate one significant component – the antenna feed! We have measured the baseline of such a system by pointing the radio telescope at a very "dark" (radio-wise) part of the sky where the emissions are expected to be relatively flat. As you can see, there are many – quite disparate – ways to use the baseline correction, so there is no single "right" one. We as the authors of the software are only providing the tool, and we are relying on the users to know how to use it for their own purpose. |
Excellent, thanks for explaining! This is exactly the type of information that could be useful in at https://github.com/AD-Vega/rtl-power-fftw/blob/master/doc/rtl_power_fftw.1.md#baseline-and-window-function-data |
Hi.
Is there any documentation on how to create a baseline (to use with
--baseline
)? Maybe it could be added to https://github.com/AD-Vega/rtl-power-fftw/blob/master/doc/rtl_power_fftw.1.md#baseline-and-window-function-data ?I am not sure, but I think the process would be something like this:
rtl_power_fftw
with the same parameters (gain and number of bins) you expect to run for the real measurement, but without the full measurement length. Example:rtl_power_fftw -f 144100000:146100000 -g 350 -m baseline
. Wait for the baseline measurement to complete.rtl_power_fftw -f 144100000:146100000 -g 350 -e 5m --baseline baseline.bin - myscanfilename
The text was updated successfully, but these errors were encountered: