Skip to content

Instantly share code, notes, and snippets.

View RawthiL's full-sized avatar

Ramiro R. C. RawthiL

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@RawthiL
RawthiL / Pocket_Network_Statistical_Proofs.ipynb
Created February 27, 2023 20:47
Pocket Nwtwork - Statistical Proofs Data to enhance V0 max relays.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@RawthiL
RawthiL / ADC_Meassure_Code_Arduino.py
Created September 16, 2022 14:13
ADC_Meassure_Code_Arduino.py
# sudo apt-get install python3-serial
import serial
# pip3 install numpy
import numpy as np
from time import time, sleep
import matplotlib.pyplot as plt
# Traemos la libreria VISA
@RawthiL
RawthiL / ADC_Meassure_Code_Arduino.ino
Last active September 16, 2022 14:11
ADC_Meassure_Code_Arduino.ino
int analogPin = A0;
int adc0;
void setup(void)
{
Serial.begin(9600);
}
void loop(void)
@RawthiL
RawthiL / getEyeDiagramMask.py
Created August 16, 2022 22:00
Funcion para generar una mascara usada en el diagrama del ojo de un USB Low Speed
import numpy as np
from PIL import Image, ImageDraw
def getMask(initUI, endUI, edgesS, edgesV):
'''
Crea una mascara poligonal dados los limites del intervalo unidad
para un diagrama del ojo de USB Low/Full speed.
parametros:
initUI (float) : Inicio del intervalo unidad en segundos.
@RawthiL
RawthiL / README.md
Last active June 15, 2022 13:43
Cherry Picker Snapshot Description

Cherry Picker Snapshots Data Description

cherry_picker_session_region

The fields in this DB are:

Field Type Description
public_key string The public key of the node performing the relays.
@RawthiL
RawthiL / Demodulación de FM.ipynb
Created August 22, 2019 15:05
Test_democdulacion
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.