DSP with Matlab for Xilinx

Status
Not open for further replies.

Jayson

Full Member level 4
Joined
Oct 8, 2001
Messages
234
Helped
14
Reputation
28
Reaction score
5
Trophy points
1,298
Location
Brazil
Visit site
Activity points
2,448
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
 

You can import signal to workplace and use him in simulink model created with SystemGenerator. After generate VHDL for the FPGA. You can also generate TestBench from simulink model, and check work Your device after implementing the design in Xilinx.
 


If the data file is in text format or binary format, you can import the data into Matlab using textio. Matlab textio works pretty much like C file I/O, as I remember. I used this feature years ago when I did my thesis. I had a similar situation that data were obtained from a test set.
VHDL textio package is fairly powerful.

rx300
 


If the data file is in text format or binary format, you can import the data into Matlab using textio. Matlab textio works pretty much like C file I/O, as I remember. I used this feature years ago when I did my thesis. I had a similar situation that data were obtained from a test set.
VHDL textio package is fairly powerful.

rx300
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…