Skip to content
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

Strange things in harmonics mode settings #5

Open
erikkaashoek opened this issue Oct 9, 2019 · 0 comments
Open

Strange things in harmonics mode settings #5

erikkaashoek opened this issue Oct 9, 2019 · 0 comments

Comments

@erikkaashoek
Copy link

Very nice design!!!

I'm puzzled about your setting of the harmonics modes
First you define:
#define VNA_NOMINAL_3X_IF_FREQ (VNA_NOMINAL_1X_IF_FREQ/2)
So it seems you use the second harmonic of the LO when going to harmonic mode but the frequency of the LO is divided by 3 suggesting the 3rd harmonic.

frequency = frequency / 3; si5351.set_freq(frequency * SI5351_FREQ_MULT, SI5351_CLK0); si5351.set_freq((frequency + VNA_NOMINAL_3X_IF_FREQ) * SI5351_FREQ_MULT, SI5351_CLK1);

Second you seem to be using in harmonic mode the 3rd harmonic for both test signal and LO but how do you avoid detecting the 3 harmonic of the mixing of the 1st harmonics?

In my experiments I found its better to use the 3rd harmonic for the test signal and the 5th harmonic for the LO because this allows you to detect the 1st harmonic of the mixer output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant