Skip to content
View marvinh's full-sized avatar

Block or report marvinh

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. Salmpled Salmpled Public

    C#

  2. marvinharcsun/PeyMemSynth marvinharcsun/PeyMemSynth Public

    16 week project completed as introduction to agile software development in a team enviornment

    Java

  3. TASK_APP TASK_APP Public

    Task App with Laravel And React Mix IN

    PHP

  4. Sallen Key Filter with Saturator Sallen Key Filter with Saturator
    1
    //adapted from https://cytomic.com/files/dsp/SkfLinearTrapOptimised2.pdf 
    2
    //Convert to Linear Estimate, Tangential, then solve with Newton
    3
    
                  
    4
        class MSKF {
    5
        public:
  5. WaveformDrawMinMaxJuce WaveformDrawMinMaxJuce Public

    In order to get the perfect waveform you have to oversample by 2x then set the width of you view to a division of the sample rate procede with Min Max when zooming in just interpolate

    C++