OpenCores
URL https://opencores.org/ocsvn/artificial_neural_network/artificial_neural_network/trunk

Subversion Repositories artificial_neural_network

[/] [artificial_neural_network/] [trunk/] [test_bench/] [show_res.m] - Rev 8

Compare with Previous | Blame | View Log

y_tb = load('data_out_tb.txt');
plot(y_tb./256,'b');
hold on;
y_oct = load('data_out_oct.txt');
plot(y_oct,'r');
title('results from octave vs results from ghdl test bench')
legend({"results from ghdl","results from octave"})
 
disp('press any key to continue');
 
pause;
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.