mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-24 21:28:41 -05:00
Correct a typo in User Guide. Re-order items on Tools menu.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7507 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
2644efc699
commit
602002b489
@ -258,7 +258,7 @@ For details see Table 4, below.
|
||||
==== MSK144
|
||||
|
||||
Standard MSK144 messages are structured in the same way as those in
|
||||
the slow modes, with a 72 bits of user information. Forward error
|
||||
the slow modes, with 72 bits of user information. Forward error
|
||||
correction is implemented by first augmenting the 72 message bits with
|
||||
an 8-bit cyclic redundancy check (CRC) calculated from the message
|
||||
bits. The CRC is used to detect and eliminate most false decodes at
|
||||
|
13
lib/Makefile
13
lib/Makefile
@ -17,7 +17,8 @@ CFLAGS = -O2 -I.
|
||||
%.o: %.F90
|
||||
${FC} ${FFLAGS} -c $<
|
||||
|
||||
all: qratest.exe tplt.exe
|
||||
#all: qratest.exe tplt.exe
|
||||
all: qra64d.exe
|
||||
|
||||
OBJS1 = qratest.o qra64a.o ana64.o sync64a.o four2a.o smo.o smo121.o averms.o \
|
||||
timer_module.o packjt.o twkfreq.o spec64.o fmtmsg.o pctile.o \
|
||||
@ -54,6 +55,16 @@ OBJS2 = tplt.o zplt64.o image.o
|
||||
tplt.exe: $(OBJS2)
|
||||
$(FC) -o tplt.exe $(OBJS2)
|
||||
|
||||
OBJS3 = qra64d.o sync64a.o four2a.o smo.o smo121.o averms.o \
|
||||
timer_module.o packjt.o twkfreq.o spec64.o fmtmsg.o pctile.o \
|
||||
grid2deg.o deg2grid.o shell.o badmsg.o qra64_subs.o \
|
||||
qracodes.o npfwht.o pdmath.o qra12_63_64_irr_b.o \
|
||||
qra13_64_64_irr_e.o qra64.o image.o \
|
||||
zplt64a.o zplt64b.o lorentzian.o fchisq0.o peakup.o sync64.o
|
||||
|
||||
qra64d.exe: $(OBJS3)
|
||||
$(FC) -o qra64d.exe $(OBJS3) C:\JTSDK\fftw3f\libfftw3f-3.dll
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
clean:
|
||||
|
@ -2460,9 +2460,10 @@ QPushButton[state="ok"] {
|
||||
<property name="title">
|
||||
<string>Tools</string>
|
||||
</property>
|
||||
<addaction name="actionErase_reference_spectrum"/>
|
||||
<addaction name="actionMeasure_reference_spectrum"/>
|
||||
<addaction name="actionMeasure_phase_response"/>
|
||||
<addaction name="actionErase_reference_spectrum"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionFrequency_calibration"/>
|
||||
</widget>
|
||||
<addaction name="menuFile"/>
|
||||
|
Loading…
Reference in New Issue
Block a user