2020年5月20日水曜日

WSJT-x v2.2.0 rc1

チョンボ!
Prinston のHP見ていたら、wsjt-x v2.2.0-rc1が出ていて、FT8のdecodingの改善等がなされているようなので、インストールしてみました。
不注意で、v2.1.2と同じ場所にwsjt-x.exeとしてインストールされるために、今までのv2.1.2が置き換えられてしまい、立ち上がると「rc1ですよ」ってワーニング窓がOKを押すまで出ている、という面倒な事になってしまいました。
ま、このまま使うことにして、decodingの改善が如何ほどの物か実感してみたいと思います。

> JTAlertがうまく動かない! 残念ながら2.1.2に戻す事にします。
>> (June 1st) rc3が出ていたので、早速インストール。JTAlertもv2.16.6にアップデートして、無事使える状態になりました。 v2.2は 10sec位からデコード出来たcallsignはさっさと表示してくれるので、せっかちの私にはVY FB。 decodeのパフォーマンスが向上しているようですが、これはもう少し使ってみないと?? 近接の25dB以上の信号に対する耐性も向上とありますが、ここではそんな強力な局は今のところ居ないので、効果のほどは??


WSJT-X 2.2 User Guide の一部より

Improvements to decoders
FT4: Corrected bugs that prevented AP (a priori) decoding and/or multi-pass decoding in some circumstances. Improved and extended the algorithm for AP decoding.
FT8: Decoding is now spread over three intervals. The first starts 11.8 s into an Rx sequence and typically yields around 85% of the possible decodes, so you see most decodes much earlier than before. A second processing step starts at 13.5 s, and the final one at 14.7 s. Overall decoding yield on crowded bands is improved by 10% or more. Systems with receive latency greater than 0.2 s will see smaller improvements, but will still see many decodes earlier than before.
SNR estimates no longer saturate at +20 dB, and large signals in the passband no longer cause the SNR of weaker signals to be biased low. Times written to cumulative journal file ALL.TXT are now correct even when the decode occurs after the T/R sequence boundary. In FT8 DXpedition Mode, AP decoding is now implemented for Hounds when the Fox has a compound callsign.
JT4: Formatting and display of averaged and Deep Search decodes has been cleaned up and made consistent with other modes used for EME and extreme weak-signal work on microwave bands.
JT65: Many improvements have been made for averaged and Deep Search decodes, and their display to the user. For details see JT65 in the VHF+ Features section of this guide.
WSPR: Significant improvements have been made to the WSPR decoder’s sensitivity, its ability to cope with many signals in a crowded sub-band, and its rate of undetected false decodes. We now use up to three decoding passes. Passes 1 and 2 use noncoherent demodulation of single symbols and allow for frequency drifts up to ±4 Hz in a transmission. Pass 3 assumes no drift and does coherent block detection of up to three symbols. It also applies bit-by-bit normalization of the single-symbol bit metrics, a technique that has proven helpful for signals corrupted by artifacts of the subtraction of stronger signals and also for LF/MF signals heavily contaminated by lightning transients. With these improvements the number of decodes in a crowded WSPR sub-band typically increases by 10 to 15%.
New message format: When EU VHF Contest is selected, the Tx2 and Tx3 messages — those conveying signal report, serial number, and 6-character locator — now use hashcodes for both callsigns. This change is not backward compatible with earlier versions of WSJT-X, so all users of EU VHF Contest messages should be sure to upgrade to versiion 2.2.0. See Contest Messages for details.
Minor enhancements and bug fixes
  • Save None now writes no .wav files to disk, even temporarily.
  • An explicit entry for WW Digi Contest has been added to Special operating activities on the Settings | Advanced tab.
  • The contest mode FT4 now always uses RR73 for the Tx4 message.
  • Keyboard shortcuts have been added as an aid to accessibility: Alt+R sets Tx4 message to RR73, Ctrl+R sets it to RRR.
  • The Status bar now displays the number of decodes found in the most recent Rx sequence.
  • As an aid for partial color-blindness, the “inverted goal posts” marking Rx frequency on the Wide Graph’s frequency scale are now in a darker shade of green.

php のインストールの確認

phpって最初のfacebook書くときに使われたみたいで、それなりに歴史のある言語で、私も2006年位から使っていますが、CLIで使う事はあまり無いので、apacheとの連携のトラブル(mod_phpのバージョンの齟齬)などは気になりますが、拡張モジュールのインストールの問題に...