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] - Blame information for rev 12

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 8 jstefanowi
y_tb = load('data_out_tb.txt');
2
plot(y_tb./256,'b');
3
hold on;
4
y_oct = load('data_out_oct.txt');
5
plot(y_oct,'r');
6
title('results from octave vs results from ghdl test bench')
7
legend({"results from ghdl","results from octave"})
8
 
9
disp('press any key to continue');
10
 
11
pause;

powered by: WebSVN 2.1.0

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