2017-10-11 11:44 PM
Hi,
I wanted to used internal filter of the accelerometer LIS3DSH, but I couldn't find proper documentation regarding this. Can anyone please help me regarding this.
2017-10-12 02:38 AM
Hey,
could you give us more details about that?
In what respect does this application note does not bring enough info ?
http://www.st.com/resource/en/application_note/cd00290365.pdf
Cheers !
2017-10-13 04:03 AM
The application note is for LIS3DH which is different device.
2017-10-15 01:49 AM
Hi, as Miroslav said the application note is of different IC. The LIS3DSH has internal 7 order FIR filter, I need to implement that filter. I need help regarding this. Any help will be appreciated.
2017-10-16 08:32 AM
The application note for LIS3DSH is
.In the application note describes the FIR filter, but I'm afraid it is not useful as you would expect. The FIR filter is used only on a vector value calculated from X,YZ and the output value is used in the state machine and is not available externally.
2017-10-16 11:51 PM
Batek.Miroslav
Thank you for your reply. I have look into the application note. There are couple of things I didn't understand. The filter use 8 input data, so should we mark FIFO to hold upto 8 data? Ordoes it automatically filter the data when we enable it regardless of FIFO? Also in the datasheet, there is a filter coefficient and claims it perform band-pass operation, but, it doesn't say about the cut-off frequencies or sampling rate to get that coefficient. Can you please help me regarding this?