mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
remove redundant removeSignalOffset
This commit is contained in:
parent
4160e32b0a
commit
1cba26decf
3 changed files with 2 additions and 9 deletions
|
@ -1000,8 +1000,6 @@ bool downloadSamplesEM(){
|
|||
return false;
|
||||
}
|
||||
|
||||
// TODO now DC removal is done already on device, right ?
|
||||
// removeSignalOffset(got, sizeof(got));
|
||||
setGraphBuf(got, sizeof(got));
|
||||
// set signal properties low/high/mean/amplitude and is_noise detection
|
||||
computeSignalProperties(got, sizeof(got));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue