I hereby claim:
- I am luigifreitas on github.
- I am luigifcruz (https://keybase.io/luigifcruz) on keybase.
- I have a public key ASBVhSfHNZSwa_Mun1fEnoeES3DATfds40samZVmj_HrMgo
To claim this, I am signing this object:
#define sensorPin A0 // Hall Effect Sensor Pin | |
#define pwmPin 3 // Transisor Pin | |
int levitPoint = 690; // Levitation Point relative to the sensor readings | |
#define FILTER_SHIFT 4 | |
int sensorValue = 0; | |
int deltaLevit = 15; | |
int maxL, minL; | |
int filter_input; | |
int filter_output; |
rtl_sdr -f 1539832500 -p 78 -s 960e3 -g 0 - | | |
./leandvb -f 960e3 --anf 0 --tune 42e3 --const BPSK --drift --sr 4200 --roll-off 0.2 --sampler rrc --rrc-rej 5 --viterbi --fastlock --hdlc --packetized -v -d --gui > /tmp/hdlcframes.bin |
./rtl_sdr -f 1539832500 -p 78 -s 300e3 -g 0 - | \ | |
./../../../leandvb.embedded -f 300e3 --anf 0 --tune 42e3 --const BPSK --drift --sr 4200 --roll-off 0.2 --sampler rrc --rrc-rej 5 --viterbi --fastlock --hdlc --packetized -v -d | \ | |
./uncat /var/run/ondd.data |
import numpy as np | |
import seaborn as sns | |
import pandas as pd | |
import matplotlib.pyplot as plt | |
sns.set() | |
sps = 3.75e6 | |
samples_per_us = sps*1e-6 | |
max_range_us = samples_num/samples_per_us |
I hereby claim:
To claim this, I am signing this object:
<!doctype html> | |
<html lang="en"> | |
<body> | |
<form action="https://www2.correios.com.br/sistemas/rastreamento/ctrl/ctrlRastreamento.cfm?" method="post"> | |
<textarea style="display: none;" name="objetos">RX859960588CN</textarea> | |
<input type="submit" value="Go to Correios"> | |
</form> | |
</body> | |
</html> |
import React, { Component } from 'react' | |
import * as d3 from "d3"; | |
import '../../styles/Orbits.scss' | |
Number.prototype.pad = function(size) { | |
var s = String(this); | |
while (s.length < (size || 2)) {s = "0" + s;} | |
return s; | |
} |
import simpleaudio as sa | |
from rtlsdr import RtlSdr | |
import math | |
import signal | |
def signal_handler(signum, frame): | |
exit(-1) | |
signal.signal(signal.SIGINT, signal_handler) | |
# User definable settings |
/* | |
Compilation (macOS): | |
gcc test.c -o test -lglfw -framework OpenGL -Wno-deprecated-declarations | |
*/ | |
#include <stdio.h> | |
#include <glad/glad.h> | |
#include <GLFW/glfw3.h> | |
const char *vertex_shader_str = |
I hereby claim:
To claim this, I am signing this object: