Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Plotting using ansi c language

Status
Not open for further replies.

joammee

Junior Member level 1
Joined
Jan 5, 2013
Messages
17
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,388
How can I plot samples in .txt format using ANSI C language with gcc compiler? What are the commands to be used?
Thanks!
 

Graphing with plain C without using any other library or framework is usually a bad idea. Matlab would be easier to plot anything. If you are obliged to plot in C, you may want to use something like below or similar:
Simple DirectMedia Layer

Check the tutorials for further info.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top