Skip to content
Snippets Groups Projects
Commit 1250a5ab authored by Gonzalo Belcredi's avatar Gonzalo Belcredi
Browse files

First commit

parent cfa7bd44
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ from PIL import Image
import numpy as np
import math
filename_bin = 'dat/recepcion_2.dat'
filename_bin = 'dat/recepcion.dat'
img_height = 800
img_width = 549
sync_start = [0,128,255]*10
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2019
# Author: Gonzalo Belcredi, gbelcredi@fing.edu.uy
# Instituto de Ingenieria Electrica, Facultad de Ingenieria,
# Universidad de la Republica, Uruguay.
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this software; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
from PIL import Image
import numpy as np
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment