You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now, the input signal must already be at sufficient strength and, possibly, filtered in an analog way to generate an ideal error signal. However, this can also be done purely digitally by employing gain & bandwidth control to the input signal on the FPGA. Further tweaking the demodulation process (strength, bandwidth etc) can also greatly improve the error signal.
Describe the solution you'd like
Having the ability to apply input filters (e.g. AC-coupling, high-pass, band-pass), additional gain control (ideally for the input signal and on IQ modulated sidnals before mixing) and bandwidth control on the mixed IQ signals can help, to optimize an error signal. Especially when applied for Lock-In (De)modulation, having control on these paramters can dramatically increase the error signal quality.
Additional context
Coming from PyRpl, the IQ modulator there has all these features that I would like to see in linien too.
The lack for ease-of-use in PyRpl made us switch to linien. However, we are now facing limitations in the implementation of signal pre-processing and IQ-(de)modulation control in linien, such that the generated error signal can be unusable in some of our applications (small error signal, strong noise due to lack of sufficient gain control and bandwith filtering).
Here is a PyRpl screenshot, of their implementation of an IQ-(de)modulator. With all theses knobs present (e.g. in and "advanced" tab or so), error-signal generation will benefit greatly from all these additional parameters.
The text was updated successfully, but these errors were encountered:
Thank you for the suggestion! Since there is currently only limited time on my end to work on linien and this would be a relatively large change I don't think something like this will be implemented in the near future from my side. I am focusing (as much as time permits) on a rewrite of Linien at the moment, see #277. This will hopefully make the whole package structure clearer and make it easier to participate.
Is your feature request related to a problem? Please describe.
Right now, the input signal must already be at sufficient strength and, possibly, filtered in an analog way to generate an ideal error signal. However, this can also be done purely digitally by employing gain & bandwidth control to the input signal on the FPGA. Further tweaking the demodulation process (strength, bandwidth etc) can also greatly improve the error signal.
Describe the solution you'd like
Having the ability to apply input filters (e.g. AC-coupling, high-pass, band-pass), additional gain control (ideally for the input signal and on IQ modulated sidnals before mixing) and bandwidth control on the mixed IQ signals can help, to optimize an error signal. Especially when applied for Lock-In (De)modulation, having control on these paramters can dramatically increase the error signal quality.
Additional context
Coming from PyRpl, the IQ modulator there has all these features that I would like to see in linien too.
The lack for ease-of-use in PyRpl made us switch to linien. However, we are now facing limitations in the implementation of signal pre-processing and IQ-(de)modulation control in linien, such that the generated error signal can be unusable in some of our applications (small error signal, strong noise due to lack of sufficient gain control and bandwith filtering).
Here is a PyRpl screenshot, of their implementation of an IQ-(de)modulator. With all theses knobs present (e.g. in and "advanced" tab or so), error-signal generation will benefit greatly from all these additional parameters.
The text was updated successfully, but these errors were encountered: