GithubHelp home page GithubHelp logo

John Holland's Projects

daw-core icon daw-core

This is the core part of the GridSound's DAW application.

design-blocks icon design-blocks

A set of 170+ Bootstrap based design blocks ready to be used to create clean modern websites.

fir-guitar-delay-pedal icon fir-guitar-delay-pedal

Guitar delay pedal that samples an analog signal via digital polling. In order to achieve the desired effect an implementation of a FIR (Finite Impulse Response) was created. If you introduce an impulse, for example, a "1" sample followed by many "0" samples, the zeroes will arrive only after the "1" sample has made its way through the delay of the filter. The term finite impulse response arises because the filter output is computed as a weighted, finite term sum, of past, present, and future values of the guitar sample. A lack of feedback guarantees that the impulse response will be finite, however, in our case we would like to feed the past values of the sample array back into the output for “n” number of echoes. Although we have feedback in our filter, because the impulse response is finite, it is still considered a FIR. The delay pedal is a system in which the nth prior sample is subtracted (fed back) each time a new sample comes in. After an arbitrarily set number of samples of an impulse, the output will always be zero. To create the delay between impulses as described above, we stored our signal samples in an array of 20,000 elements and fed our echoes back using a circular buffer indexed by a variable dubbed “Windex”. In order to port an analog guitar signal into the PSoC board where we wish to manipulate it digitally, we had to create a preamp stage circuit that both offset it so that it contained minimal negative voltage and amplified it from the mV range into the 1V range. This circuit consisted of an Op Amp to amplify, a 5V reference voltage in ratio with parallel resistors to offset and a capacitor to block unwanted DC phenomenon at the output. In addition, our team also created a MATLAB program to simulate the FIR as a debugging resource, however this proved to be unnecessary as the device performed as expected albeit nearly momentarily. Once the guitar signal is digitally sampled and passed through the filtering delay, it is converted back to analog via the PSoC’s on board resources and subsequently amplified.

immutable-js icon immutable-js

Immutable persistent data collections for Javascript which increase efficiency and simplicity.

lambda icon lambda

password: 'whatissleep' Learning tool for Lambda Students By Lambda Students Latest Stable Build : 81c2322

learning-with-udemy-c-course icon learning-with-udemy-c-course

Relearning how to code in C++ (it's been a while) (pun intended)(please forgive code style, structure & general readability; this is learning/practice only)

my-notes-compilation icon my-notes-compilation

This is just a running list of notes without any unifying theme or structure, however it will generally be somewhere in the realm of web development.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.