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

Sponsoring

@kiwix
@simonrob
@laurent22

Organizations

@scipy

Block or report endolith

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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 25 5

  2. elsim elsim Public

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

    Python 7 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 38 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