Skip to main content
Graduate
June 5, 2025
Solved

IIS2DLPC Bandwidth

  • June 5, 2025
  • 2 replies
  • 494 views

Hi ,

I see that the bandwidth of IIS2DLPC is 3200 Hz for low power mode 1 according to the datasheet (page 22 ). Also it mentions that the maximum ODR is 200 Hz for this mode. This looks contradictory to me as 3200Hz bandwidth won't be compatible with 200Hz output data rate. 

Could you please explain what exactly does this mean?

Best regards,
Kev

    This topic has been closed for replies.
    Best answer by ahsrabrifat

    The bandwidth determines the cutoff frequency of the analog low-pass filter inside the accelerometer. This filter ensures that unwanted high-frequency noise or motion doesn’t alias into your desired signal bandwidth.

    The ODR determines how often this filtered signal is sampled and sent out via I²C/SPI.

    So in Low Power Mode 1:

    The analog front-end can respond to signals up to 3200 Hz.

    But the digital system only samples at up to 200 Hz, meaning you won’t observe any signal detail above 100 Hz (due to the Nyquist limit), and aliasing will occur unless analog filtering is applied.

    2 replies

    KJose.1Author
    Graduate
    June 5, 2025

    Duplicate - merged.


    Hi ,

    I see that the bandwidth of IIS2DLPC is 3200 Hz for low power mode 1 according to the datasheet (page 22 ). Also it mentions that the maximum ODR is 200 Hz for this mode. This looks contradictory to me as 3200Hz bandwidth won't be compatible with 200Hz output data rate. 

    Could you please explain what exactly does this mean?

    Best regards,
    Kev

    Visitor II
    June 5, 2025

    The bandwidth determines the cutoff frequency of the analog low-pass filter inside the accelerometer. This filter ensures that unwanted high-frequency noise or motion doesn’t alias into your desired signal bandwidth.

    The ODR determines how often this filtered signal is sampled and sent out via I²C/SPI.

    So in Low Power Mode 1:

    The analog front-end can respond to signals up to 3200 Hz.

    But the digital system only samples at up to 200 Hz, meaning you won’t observe any signal detail above 100 Hz (due to the Nyquist limit), and aliasing will occur unless analog filtering is applied.

    KJose.1Author
    Graduate
    June 5, 2025

    So the bandwidth mentioned in the table is the bandwidth of the analog front end and not the final bandwidth of the sensor in that particular setting.