Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing digital filter for RS232 serial port data

I am acquiring RS232 serial data, 8 bytes every loop iteration using NI 9870 serial port. Every data point consists of 6 bytes. The first one is channel identifier and the next five combine together to form the hex code for a data point. How can I implement a bandpass filter to the data in FPGA?

I am new to FPGA.

 

Please help!

0 Kudos
Message 1 of 4
(5,065 Views)

Convert the data to a floating-point number and then use the filter functions.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(5,044 Views)

I need to implement the filter in FPGA and as far as I know there is no floating point data type in FPGA.

 

0 Kudos
Message 3 of 4
(5,041 Views)

There is actually the Single in FPGA now.  But I did mean Fixed-point....NI Week is wearing me out.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 4
(5,024 Views)