Skip to content
Snippets Groups Projects
Commit e4b3a041 authored by Eliott Sarrey's avatar Eliott Sarrey
Browse files

Order 4 to 3

parent 8352e2b0
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ class DAC:
self.output.stop()
self.input.stop()
def demodulation(self, data, ref_signal, bandwith, offset=0, order=4) -> dict:
def demodulation(self, data, ref_signal, bandwith, offset=0, order=3) -> dict:
"""
Demodulate the acquired data using the reference signal.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment