Integer LabVIEW code can run on any platform or target on which you can run LabVIEW VIs. Integer LabVIEW code is useful when you simulate the behavior of a fixed-point filter on the Windows platform. You can use the DFD FXP Code Generator VI to generate integer LabVIEW code from a fixed-point filter. The LabVIEW Digital Filter Design Toolkit uses LabVIEW projects to manage the resulting integer LabVIEW code. The following figure shows an example project file that contains integer LabVIEW code.

In the previous figure, the filtername.lvproj file, where filtername denotes the name of the fixed-point filter, contains the following folders and VIs in addition to the default items.
Refer to the Integer LabVIEW Code Generation VI in the labview\examples\Digital Filter Design\Fixed-Point Filters\Single-Rate directory for an example that demonstrates how to generate integer LabVIEW code from a fixed-point filter.