Skip to content

Instantly share code, notes, and snippets.

View frozenoak's full-sized avatar

Dale frozenoak

View GitHub Profile
@frozenoak
frozenoak / brute-force-callsign-soundbyte
Created June 8, 2021 15:00
Create a Callsign in a panadapter waterfall burte force method
from scipy.io.wavfile import write
import numpy as np
samplerate = 44100
def get_piano_notes():
'''
Returns a dict object for all the piano
note's frequencies
'''