??? 12/22/11 07:54 Read: times |
#185175 - Software design placement of filter algorithms |
Hello together,
this is a more generic topic regarding software design of placement of filter algorithms within the application architecture. Assume the application samples a raw input, maybe directly the result of an ADC conversion. This value is later interpreted as a physical value like a temperature or pressure and likely to be imprecise and has some jitter. Thus a filter is needed. Which way would you choose? a) filter the raw ADC value first, convert it later to a physical representation on the application layer b) first convert to physical representation on the application layer and filter it afterwards (Physical representation here means a fixedpoint representation such as 1/10 degrees celsius per bit) I personally feel a bit undecided which one to choose. It probably depends on the actual hardware in use. Are there any comments or general design guidelines on this topic? Regards, Matthias |
Topic | Author | Date |
Software design placement of filter algorithms | 01/01/70 00:00 | |
Depends | 01/01/70 00:00 | |
As found out recently ... | 01/01/70 00:00 | |
Determined by linearity | 01/01/70 00:00 | |
I would filter the raw A2D data | 01/01/70 00:00 | |
Bipolar ADCs can have 2's complement output | 01/01/70 00:00 | |
Yes, it depends. | 01/01/70 00:00 |