-
Notifications
You must be signed in to change notification settings - Fork 305
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
How it works? #133
Comments
https://nanovna.com/?page_id=87 |
You can unerstand how it work only if read source code and scheme Basic is, si5351 generate 2 frequency freq and freq + offset After all 3 data go to audio codec TLV320AIC3204, where use DSP for get complex IF freq data |
Thank you, |
Yes you correct in dsp.c on sin/cos table multiple - it DFT for IF frequency for ref and measure measured signal less then ref on 'k' and rotate on 'a' so need recive it result = measure/ref = k*(cos(x+a)+isin(x+a))/(cos(x)+isin(x)) = k*(cos(a)+i*sin(a)) |
Thanks, I understand it in general. |
I saw your NanoVNA open source project, this is a great project. I purchased the NanoVAN kit from China and learned to use it. I analyzed the circuit diagram and program code, but I still don't understand how it works. I have n’t found a description on the Internet. I ’m very curious about the principle used to make the original complicated RF measurement technology so simple and low cost. Could you tell me if there is any working principle and program structure of NanoVNA circuit Documentation, or can you tell me where I can get this knowledge?
thank you very much!
The text was updated successfully, but these errors were encountered: