Air Spy Adjustments

Status
Not open for further replies.

DeaconHarry16

Member
Premium Subscriber
Joined
Dec 17, 2020
Messages
283
Location
Beckley WV
Can someone explain the LNA, Mix and IF settings on the FMPA spectrum window?
I know how to adjust them but not sure what each does...i suppose LNA must be like gain on RTL-SDR
but have no idea what the others do....I have searched DSD+FL text files and forum, no luck
Thanks
 

slicerwizard

Member
Joined
Sep 19, 2002
Messages
7,768
Location
Toronto, Ontario
If the spectrum display shows a high noise floor or clipping, I usually just decrease the VGA gain to 5. If a really strong local signal is present, then it's time to drop the LNA and mixer gains.
 

sonm10

Central MN Monitor
Premium Subscriber
Joined
Nov 19, 2016
Messages
1,070
Location
Sauk Centre, Minnesota
The LNA is the one to adjust first. I don't have it open in front of me to verify, but i think the IF really pushes up the noise floor. I really dont like it above 12 but try to keep it as low as possible.
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,458
Location
Talbot Co, MD
The general rule for adjusting gain (of any sort) is to tweak the gain up until you start to see an appreciable rise in the noise floor, then back off a tiny bit. I run my Airspy Mini at "LNA:15,MIX:15,IF:8". The goal obviously is to maximize the received signal while minimizing the noise.
 

wgbecks

Active Member
Joined
Jan 17, 2005
Messages
1,063
Location
NE Wisconsin
The general rule for adjusting gain (of any sort) is to tweak the gain up until you start to see an appreciable rise in the noise floor, then back off a tiny bit. I run my Airspy Mini at "LNA:15,MIX:15,IF:8". The goal obviously is to maximize the received signal while minimizing the noise.

I would like to add that in addition to maximizing the desired received signal with minimal noise that you sometimes have to reduced LNA and even MIX gain when there are very strong signals present to avoid intermodulation (IM) products.

It's sometimes necessary that you have to compromise LNA and MIX gains in order to reduce or eliminate IM products, even at the expense of desired signal amplitude where IM would otherwise interfere with the desired signals. This isn't usually a problem with the Airspy Mini's or R2's so much as it is with RTL devices, but nonetheless it can and does occur.

Airspy users should be aware that there are three possible gain modes, Sensitive, Linear, and Free that are dependent upon the specific SDR application software and the configurations available within those applications.

The Sensitive and Linear gain modes each override either user LNA or MIX settings with Automatic Gain Control (AGC) that usually works well but may not be optimum under all signal input conditions. The Free mode is the only gain mode that allows the user to input all three gain type values without AGC override.

OP25 users can implement Free Gain Mode with Airspy devices per the following examples.

rx.py

./rx.py --args 'airspy=0,sensitivity=0,linearity=0,bias=0' -N 'LNA:15,MIX:15,IF:8'

multi_rx.py

"devices": [
{
"args": "airspy=0",
"frequency": 853925000,
"gains": "LNA:15,MIX:15,IF:8",
"gain_mode": false,
"name": "sdr0",
"offset": 0,
"ppm": 0.30,
"rate": 6000000,
"usable_bw_pct": 0.95,
"tunable": false
}
 
Status
Not open for further replies.
Top