03-11-2024 07:50 AM
Hi,
I have been trying to develop a model in LabVIEW FPGA target which needs the Laplace transform 1/s. But I can't find the control design and simulation module in FPGA Target but only in computer.
I tried using a feedback loop to accumulate over and act as an integrator, but I am not getting proper outputs. Does anyone have any idea how can I implement this? Thanks, in advance.
Thanks and regards,
Anjali
03-11-2024 08:06 AM
Hi anjali,
@anjalihari wrote:
I have been trying to develop a model in LabVIEW FPGA target which needs the Laplace transform 1/s. But I can't find the control design and simulation module in FPGA Target but only in computer.
FPGA only supports a limited subset of functions, CDS module doesn't belong to this subset.
@anjalihari wrote:
I tried using a feedback loop to accumulate over and act as an integrator, but I am not getting proper outputs. Does anyone have any idea how can I implement this? Thanks, in advance.
We cannot debug/edit/run images in LabVIEW.
Which results do you get and what is an expected "proper" output?