07-28-2015 09:39 AM
Hi all!
i'm new to FPGA , and i have a VI (i did not program it) that uses the FIR Vi to fliter an array of waveforms. i'm trying to re-write that VI in FPGA
instead of an array of 9 diffrent waveforms i have 9 diffrent 1D arrays (Each elamnt in the arrays is FXP (24,7))
i tried to save the filter data from the original VI to a txt file, then to make it into a .coe file, and to use this file with the 7.1 FIR compiler
all i get after i do all the neccery conversions (from FXP to array of BOL for each point of data) is a False array, like nothing have happend
some expermints have thought me that issue may lay with the ACLK input of the FIR compiler VI, but i have no clew what am i doing wrong?
Any help (or hint's. or relvent data sheets/manuals/white papers) would be helpful
thanks in advance 🙂
07-29-2015 04:45 PM
I was able to find some potentially relevant resources on FIR that might be helpful as you debug:
Working with LabVIEW Filtering VIs and the LabVIEW Digital Filter Design Toolkit VIs
http://www.ni.com/white-paper/4851/en/
FIR Filter VI
http://zone.ni.com/reference/en-XX/help/371361L-01/lvanls/firfilter/
Teaching FIR Filter Design Using the Digital Filter Design Toolkit (Windowing)
http://www.ni.com/white-paper/4240/en/
Getting Started with the NI LabVIEW Digital Filter Design Toolkit
https://www.ni.com/pdf/labview/us/final_dfd_tutorial.pdf
Good luck!
01-20-2016 11:28 AM
An example VI with the FIR Compiler 7.x block in a SCTL, wired to IQ data would be sublime.
cc
02-09-2016 03:42 PM
Hi,
I found such an example. It is in the High Throughput FPGA course though, exercise 5-1.
cc
05-26-2017 10:14 AM
How you do it anyways? I can't understand where you aclk signal should be connected to
05-26-2017 05:05 PM
Hi,
Are you talking about the Xilinx IP in LabVIEW, FIR Compiler 7.x block?
cc
05-26-2017 11:47 PM
Yes, the Fir compiler 7.2 to be exact!!!
11-21-2017 10:27 PM
I do not think the aclk signal needs to be connected.
05-23-2019 11:14 AM
Hi,
it's been a while, but can someone post the exercise 5.1?
Thank you.