SamuelDeleglise

Results 78 comments of SamuelDeleglise

I am guessing we are not talking about the same phase... When you change the "phase" register of an IQ, you are changing the phase of the demodulation stage compared...

One thing you can do is use one single IQ for both signals. The output_direct would go to one coil and then you set a non zéro quadrature factor and...

Hi Gary, Several remarks: you should use scope.single_async if you want to launch the curve acquisition in an asynchronous manner. And scope.single if you want the execution to be blocked...

I am not sure what's going wrong. I am on branch python3-only (which was just merged into master, so I expect that master should be identical), and I have the...

Hi, sorry for late reply, the answer is unfortunately, you would have to modify the FPGA code in order to output the imaginary part Q for IQ0 or IQ1. At...

Hi, I am also desperately trying to have this work on windows. For the moment, I tried python 27 only to make things simpler, and indeed, it looks like one...

I believe this bug has been fixed in the branch [python3-only](https://github.com/lneuhaus/pyrpl/commit/c488bba88191069795b8b87ff6054ae552759254)

Nope, I don't think so... also @lneuhaus, I think now python3-only was merged into master... Probably we should just remerge the few new commits that were made on python3only into...

Are you sure this has anything to do with windows 10 ? Was it really faster on some other OS (windows 7 ?) ? I am not so surprised that...

Also, I should notice that I have done a lot of debugging of the iir in the branch python3-only: - in particular, I change the hardware implementation of the biquads...