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

Sponsoring

@kiwix
@simonrob
@laurent22

Organizations

@scipy
Block or Report

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

  1. scopeplot scopeplot Public

    Oscilloscope-like plotting of waveforms

    Python 24 5

  2. elsim elsim Public

    Election Simulator 3000: Simulates a variety of elections and voting methods

    Python 7 3

  3. complex_colormap complex_colormap Public

    Colormap for visualizing complex functions using a perceptually-uniform colorspace

    Python 37 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
    from tensorflow.keras.models import Sequential
    5
    from tensorflow.keras.layers import Dense