Home
last modified time | relevance | path

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

/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)
52 call interleave63(mr2prob,-1)
55 call ftrsd2(mrsym,mrprob,mr2sym,mr2prob,ntrials,nverbose,correct, &
80 p2=mr2prob(i)/255.0
H A Dsfrsd.c47 int mrsym[63],mrprob[63],mr2sym[63],mr2prob[63]; in main() local
99 fread(&mr2prob,sizeof(int),63,datfile); in main()
106 sfrsd2_(mrsym,mrprob,mr2sym,mr2prob,&ntrials,&nverbose,correct,param,indx,&tt,&ntry); in main()
128 fwrite(&mr2prob,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
63 rxprob2[i]=mr2prob[62-i]; in ftrsdap_()
H A Dftrsd2.c27 void ftrsd2_(int mrsym[], int mrprob[], int mr2sym[], int mr2prob[], in ftrsd2_() argument
63 rxprob2[i]=mr2prob[62-i]; in ftrsd2_()
H A Dsfrsd3.c26 void sfrsd2_(int mrsym[], int mrprob[], int mr2sym[], int mr2prob[], in sfrsd2_() argument
77 rxprob2[i]=mr2prob[62-i]; in sfrsd2_()
/dports/comms/wsjtz/wsjtx/map65/libm65/
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)
57 call interleave63(mr2prob,-1)
66 call ftrsd2(mrsym,mrprob,mr2sym,mr2prob,ntrials,correct,param,ntry)
H A Ddemod64a.f9015 integer mrsym(63),mrprob(63),mr2sym(63),mr2prob(63) local
62 mr2prob(j)=scale*p2
H A Dftrsd2.c27 void ftrsd2_(int mrsym[], int mrprob[], int mr2sym[], int mr2prob[], in ftrsd2_() argument
63 rxprob2[i]=mr2prob[62-i]; in ftrsd2_()
/dports/comms/wsjtz/wsjtx/lib/
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)
140 call interleave63(mr2prob,-1)
160 call ftrsdap(mrsym,mrprob,mr2sym,mr2prob,ap,ntrials,correct,param,ntry)
H A Ddemod64a.f9014 integer mrsym(63),mrprob(63),mr2sym(63),mr2prob(63) local
51 mr2prob(j)=scale*p2
H A Dsfrsd.f904 integer mrsym(0:62),mrprob(0:62),mr2sym(0:62),mr2prob(0:62) local
17 rxprob2(i)=mr2prob(62-i)