Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Trouble with active HPF (high pass filter)

Status
Not open for further replies.
hmm, thing is with that FFT library (seems i gotta use that, can't make any sensible bandpass filter.....)i really don't understand it, i mean i checked with 'scope that arduino sends bunch of data, but that data is useless without knowing how to pick those relevant pieces there
 
FFT-library has different functions how to handle output data.
Basically the data is available in some output array depending on the used function, for example fft_lin_out8[] is 8bit linear, fft_log_out[] is logarithmic scale ( desibels )
You could read the data in the array one by one and put it on a output port.


The example program in the library sends the data to serial output.
 
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top