Source code for pypeline.impl.oct.remove_dc

# -*- coding: utf-8 -*-

[docs]def remove_dc(data, axis=0, method='mean'): pass