Deadp1xels
Well-known member
I've undertaken the task of getting a Matlab digital filter onto the Teensy 3.1 because of its onboard DAC.
I've been using Matlab at my Uni and have designed a filter using the FDAtool and i think i can get the M file from it.
Its a simple butterworth filter nothing special
All i simply want to do is generate some form of waveform, filter it and output the filtered signal through the DAC
I'm understanding i can generate C Code straight from Matlab is this correct?
How do i define my DAC so the filtered signal is output from there?
Is there a guide that covers the process from designed filter to working to implementing on hardware that i could look at?
I've been using Matlab at my Uni and have designed a filter using the FDAtool and i think i can get the M file from it.
Its a simple butterworth filter nothing special
All i simply want to do is generate some form of waveform, filter it and output the filtered signal through the DAC
I'm understanding i can generate C Code straight from Matlab is this correct?
How do i define my DAC so the filtered signal is output from there?
Is there a guide that covers the process from designed filter to working to implementing on hardware that i could look at?