Re: To the RF gurus out there: bandpass filtering S11 harmonic?
On 10/6/21 3:36 AM, msat via groups.io wrote: > Hello everyone! > > RF newbie and first time poster here. Recently purchased a NanoVNA-H for a specific experiment I'd like to perform. Without going
By
Jim Lux
·
#24959
·
|
To the RF gurus out there: bandpass filtering S11 harmonic?
Hello everyone! RF newbie and first time poster here. Recently purchased a NanoVNA-H for a specific experiment I'd like to perform. Without going into the unnecessary details of the experiment itself,
By
msat
·
#24958
·
|
Re: Case for the Nano VNA
Your radios/equipment might look good if cleaned ;)
By
OneOfEleven
·
#24957
·
|
Re: NanoVNA-F audio
Since the transducer/speaker is small with an even smaller opening, you can open the case and place a piece of masking tape over the opening. That will greatly reduce the level.? On Tue., 5 Oct. 2021
By
Larry Rothman
·
#24956
·
|
Re: Calibration result
Interesting.. maybe it doesn't handle reflection coefficients with mag > 1 or something. That could easily happen if it's uncalibrated, since it's just returning reflection/source, and the gains of
By
Jim Lux
·
#24955
·
|
Re: Calibration result
As I mentioned earlier the calibration routines in NanoVNA Saver depend on having calibrated input over a wide range from the NanoVNA according to Rune. This may be because the algorithm used in Saver
By
Roger Need
·
#24954
·
|
NanoVNA-F audio
G'day all, I have the F version 1.0.3 up and running. Is there any way to disable the audio when the VNA is turned on and each time a calibration button selection (e.g., Open, Short, Load)? I hope so
By
James Laughter
·
#24953
·
|
Re: Calibration result
So that really does push one to say "NanoVNA-Saver" should send a "cal off" command before sweeping, if you're doing cal within NanoVNA-Saver.
By
Jim Lux
·
#24952
·
|
Re: Case for the Nano VNA
I create this case for my 4 inch nanoVNA v2: https://www.thingiverse.com/thing:4727705 it contain stick holder, and box for calibration kit, not big.
By
DiSlord
·
#24951
·
|
Re: Calibration result
Thanks DiSlord for explanation, I understand. Op di 5 okt. 2021 om 20:13 schreef DiSlord <dislordlive@...>:
By
Victor Reijs
·
#24950
·
|
Re: Calibration result
Difficult implement fast vector interpolation on this CPU: NanoVNA measure real imag, for convert it to Z angle need: Z = sqrtf(real*real + imag * imag) angle = atan(real, imag); // here more
By
DiSlord
·
#24949
·
|
Re: Calibration result
Hello DiSlord, Should the interpolation not be based on radial interpolation: so average of modulus and average of angle? All things here are complex numbers, so I think that we should also do a
By
Victor Reijs
·
#24948
·
|
Re: Calibration result
Better do one calibration or on NanoVNA or on CPU side Calibration data contain noise, this noise added to calibrated value (increase noise), after send to CPU and use as basic calibration in CPU
By
DiSlord
·
#24947
·
|
Re: Calibration result
I was referring to interpolation between points. If you calibrate with 401 points between 1 and 1.5G on the device and then calibrate with 2000 points on PC, all those in between values are
By
Dragan Milivojevic
·
#24946
·
|
Re: Calibration result
That's useful.
By
Jim Lux
·
#24945
·
|
Re: Calibration result
Well, as a substitute for "no calibration" which isn't easy to command, if the wideband cal is stored in #0, it has the advantage of "power cycle and you're in a known state" I'm not sure what the
By
Jim Lux
·
#24944
·
|
Re: NanoVNA Low-Z capabilities
Challenging but doable, you will have to use "Shunt through" method. For an easy to understand explanation of the problem: https://www.youtube.com/watch?v=1UbEz73FGCU
By
Dragan Milivojevic
·
#24943
·
|
Re: Calibration result
in my firmware need use: 'scan start stop points mask' mask - output mask #define SCAN_MASK_OUT_FREQ (1<<0) // Output freq in Hz #define SCAN_MASK_OUT_DATA0 (1<<1) // Output complex S11 #define
By
DiSlord
·
#24942
·
|
Re: Calibration result
If I understand correctly this will lead to interpolation by Nano firmware which is not a good idea.
By
Dragan Milivojevic
·
#24941
·
|
Re: Calibration result
What commands make the NanoVNA send uncalibrated data?? I was casually looking around, and it seemed to me that you can turn off calibration with the menu, but there's no command that you can send
By
Jim Lux
·
#24940
·
|