Tool/software:
Dears,
I used ADS131M08 for electricity meter related applications and ported the ADCEnergyMetrologyLibrary SW_1.03 library, which contains a metrology-fir-table.c . How is this coefficient generated?
The maximum sampling rate defined within it is:
INT_SAMPLES_PER_10_SECONDS == 80000 && MAINS_NOMINAL_FREQUENCY == 50 && PHASE_SHIFT_FIR_TABLE_ELEMENTS == 256
That's 8K sampling, but I need 16K sampling now,
need: INT_SAMPLES_PER_10_SECONDS == 160000 && MAINS_NOMINAL_FREQUENCY == 50 && PHASE_SHIFT_FIR_TABLE_ELEMENTS == 256以及INT_SAMPLES_PER_10_SECONDS == 160000 && MAINS_NOMINAL_FREQUENCY == 60 && PHASE_SHIFT_FIR_TABLE_ELEMENTS == 256, corresponding coefficient table.