Gary Steele
Gary Steele
Yep, I see it, the function call seems to be: ``` iq.synchronize_iqs() ``` and indeed, it is not in the master branch, but is in the develop branch. I'll give...
Thanks! I've checked out and installed the development branch Using `synchronize_iqs()`, the two iq output are now phase locked: ``` iq0 = r.iq0 iq0.setup(frequency=2e6, bandwidth=[10e3,20e3], gain=0.0, phase=0, acbandwidth=50000, amplitude=0.5, input='in1',...
I had a look too at the ASG sync code from the notebook: ``` rp.hk.expansion_P0_output = True rp.hk.expansion_P0 = False # setup asg trigger for asg in [rp.asg0, rp.asg1]: asg.trigger_source...
(I guess also that it should work fine to use arb waveforms and code the phase in ourselves, I'm guessing that the phase control is based on setting the phase...
Indeed, that is what I remember from earlier, but I think i tried it at some point because I got an error using start_phase. But indeed, start_phase seems to be...
> Why (re)start from the SDR receiver if there is already a working [VNA](http://pavel-demin.github.io/red-pitaya-notes/vna) in this repository? It already has two synchronous SDR receivers and a Python code example. Excellent...
Agree, as long as only a single LO is used in the SDR block for both inputs, then we should be good! I am looking forward to building it and...
(also, although wigner() allow you to override the scaling factor, plot_wigner() does not...)
minor correction: the parameter g in the function call should actually be set to g=2 to get the correct scaling (also confusing...)
Thanks Mario, I just tried upgrading tk using `pip` and still getting same error... I'm using: * Python 3.10.10 * tk `tk==0.1.0` I'll try rolling back a bit and see...