mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 18:47:24 -07:00
finish data printdemodbuffer command
This commit is contained in:
parent
5658e82e1e
commit
1302428367
2 changed files with 20 additions and 3 deletions
|
@ -1598,7 +1598,7 @@ int pskRawDemod(uint8_t dest[], size_t *size, int *clock, int *invert)
|
|||
*clock = DetectPSKClock(dest, *size, *clock);
|
||||
if (*clock==0) return -1;
|
||||
int avgWaveVal=0, lastAvgWaveVal=0;
|
||||
//find first full wave
|
||||
//find first phase shift
|
||||
for (i=0; i<loopCnt; i++){
|
||||
if (dest[i]+fc < dest[i+1] && dest[i+1] >= dest[i+2]){
|
||||
if (waveStart == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue