I have a data file of a signal I captured on my oscilloscope, the data contains time and voltage for each measurement. Is it possible to import this text file into Matlab and create a DSP model that uses the data file as input and runs a filter algorithm on it and then somehow using SystemGenerator export that to a VHDL program and dump the whole filter to a Xilinx FPGA, so when a similar signal is encountered it will filter it in real-time properly?
- Jayson