Home
last modified time | relevance | path

Searched refs:mrprob (Results 1 – 12 of 12) sorted by relevance

/dports/comms/wsjtz/wsjtx/lib/
H A Ddemod64a.f9014 integer mrsym(63),mrprob(63),mr2sym(63),mr2prob(63) local
50 mrprob(j)=scale*p1
56 if(mrprob(j).le.5) nlow=nlow+1
58 ntest=sum(mrprob)
H A Dextract.f9031 integer mrsym(63),mr2sym(63),mrprob(63),mr2prob(63) local
116 1 call demod64a(s3,nadd,afac1,mrsym,mrprob,mr2sym,mr2prob,ntest,nlow)
136 call interleave63(mrprob,-1)
160 call ftrsdap(mrsym,mrprob,mr2sym,mr2prob,ap,ntrials,correct,param,ntry)
H A Dsfrsd.f904 integer mrsym(0:62),mrprob(0:62),mr2sym(0:62),mr2prob(0:62) local
16 rxprob(i)=mrprob(62-i)
/dports/comms/wsjtz/wsjtx/map65/libm65/
H A Ddemod64a.f9015 integer mrsym(63),mrprob(63),mr2sym(63),mr2prob(63) local
61 mrprob(j)=scale*p1
70 sum=sum+mrprob(j)
71 if(mrprob(j).le.5) nlow=nlow+1
H A Dextract.f908 integer mrsym(63),mr2sym(63),mrprob(63),mr2prob(63) local
29 1 call demod64a(s3,nadd,mrsym,mrprob,mr2sym,mr2prob,ntest,nlow)
53 call interleave63(mrprob,-1)
66 call ftrsd2(mrsym,mrprob,mr2sym,mr2prob,ntrials,correct,param,ntry)
H A Dftrsd2.c27 void ftrsd2_(int mrsym[], int mrprob[], int mr2sym[], int mr2prob[], in ftrsd2_() argument
61 rxprob[i]=mrprob[62-i]; in ftrsd2_()
/dports/comms/wsjtz/wsjtx/lib/ftrsd/
H A Dextract2.f9010 integer mrsym(0:62),mr2sym(0:62),mrprob(0:62),mr2prob(0:62) local
29 1 call demod64a(s3,nadd,mrsym,mrprob,mr2sym,mr2prob,ntest,nlow)
48 call interleave63(mrprob,-1)
55 call ftrsd2(mrsym,mrprob,mr2sym,mr2prob,ntrials,nverbose,correct, &
79 p1=mrprob(i)/255.0 + 1.e-10
H A Dsfrsd.c47 int mrsym[63],mrprob[63],mr2sym[63],mr2prob[63]; in main() local
97 fread(&mrprob,sizeof(int),63,datfile); in main()
106 sfrsd2_(mrsym,mrprob,mr2sym,mr2prob,&ntrials,&nverbose,correct,param,indx,&tt,&ntry); in main()
126 fwrite(&mrprob,sizeof(int),63,datfile); in main()
H A Dsfrsd2.h1 void ftrsd2_(int mrsym[], int mrprob[], int mr2sym[], int mr2prob[],
H A Dftrsdap.c27 void ftrsdap_(int mrsym[], int mrprob[], int mr2sym[], int mr2prob[], in ftrsdap_() argument
61 rxprob[i]=mrprob[62-i]; in ftrsdap_()
H A Dftrsd2.c27 void ftrsd2_(int mrsym[], int mrprob[], int mr2sym[], int mr2prob[], in ftrsd2_() argument
61 rxprob[i]=mrprob[62-i]; in ftrsd2_()
H A Dsfrsd3.c26 void sfrsd2_(int mrsym[], int mrprob[], int mr2sym[], int mr2prob[], in sfrsd2_() argument
75 rxprob[i]=mrprob[62-i]; in sfrsd2_()