mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Fix bpdecode174_74.f90 to work with revised crc24 routine.
This commit is contained in:
parent
c2d60afcf9
commit
041d0bf1f4
@ -55,7 +55,7 @@ subroutine bpdecode174_74(llr,apmask,maxiterations,message50,cw,nharderror,iter)
|
||||
enddo
|
||||
if( ncheck .eq. 0 ) then ! we have a codeword - if crc is good, return it
|
||||
decoded=cw(1:74)
|
||||
call get_crc24(decoded,nbadcrc)
|
||||
call get_crc24(decoded,74,nbadcrc)
|
||||
nharderror=count( (2*cw-1)*llr .lt. 0.0 )
|
||||
if(nbadcrc.eq.0) then
|
||||
message50=decoded(1:50)
|
||||
|
Loading…
x
Reference in New Issue
Block a user