Input to Filter using API

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello, Members

I am trying to filter N 24 bit data (sample 1 ~ sample N) by describing the API as follows.

Filter_Write24(Filter_Channel_A, sample1);

Filter_Write24(Filter_Channel_A, sample2);

Filter_Write24(Filter_Channel_A, sample3);

Filter_Write24(Filter_Channel_A, sampleN);

Is it possible to filter data with API description like this?
I am worried that the processing speed of the Filter can not keep up with the speed at which the value is written to the Staging Register.

Best Regards.

0 Likes
1 Reply
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The filter can work up to 67MHz. Your problem will be: How to get the data in a reasonable speed. ADC works up to 1MHz. Digital data from extern can be captured at HFClk.

So can you please tell us what you exactly want to perform.

Bob

0 Likes