mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
iir available
This commit is contained in:
parent
76b9be1a16
commit
97600ee656
1 changed files with 1 additions and 1 deletions
|
@ -2243,7 +2243,7 @@ static command_t CommandTable[] = {
|
||||||
{"tune", CmdTuneSamples, IfPm3Present, "Get hw tune samples for graph window"},
|
{"tune", CmdTuneSamples, IfPm3Present, "Get hw tune samples for graph window"},
|
||||||
{"undec", CmdUndec, AlwaysAvailable, "Un-decimate samples by 2"},
|
{"undec", CmdUndec, AlwaysAvailable, "Un-decimate samples by 2"},
|
||||||
{"zerocrossings", CmdZerocrossings, AlwaysAvailable, "Count time between zero-crossings"},
|
{"zerocrossings", CmdZerocrossings, AlwaysAvailable, "Count time between zero-crossings"},
|
||||||
{"iir", CmdDataIIR, IfPm3Present, "apply IIR buttersworth filter on plotdata"},
|
{"iir", CmdDataIIR, AlwaysAvailable, "apply IIR buttersworth filter on plotdata"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue