Skip to content
View endolith's full-sized avatar
😑
😑

Sponsoring

@kiwix
@simonrob
@laurent22
@zbycz
@alicevision

Organizations

@scipy

Block or report endolith

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. scopeplot scopeplot Public

    Oscilloscope-like plotting of signals, showing waveform density instead of peak amplitude silhouettes

    Python 28 5

  2. elsim elsim Public

    Election Simulator 3000: Monte Carlo simulations of voting methods and metrics under different voter models

    Python 8 4

  3. complex_colormap complex_colormap Public

    Colormap for visualizing amplitude and phase of complex functions (e.g. filter design) using hue and lightness in a perceptually-uniform colorspace

    Python 44 5

  4. Arduino hardware true random number ... Arduino hardware true random number generator
    1
    MIT License
    2
    
                  
    3
    Copyright (c) 2012 endolith
    4
    
                  
    5
    Permission is hereby granted, free of charge, to any person obtaining a copy
  5. Multitone test signal generation (an... Multitone test signal generation (and Rudin-Shapiro sequence) in Python
  6. Training neural network to implement... Training neural network to implement discrete Fourier transform (DFT/FFT)
    1
    """
    2
    Train a neural network to implement the discrete Fourier transform
    3
    """
    4
    import matplotlib.pyplot as plt
    5
    import numpy as np