問題タブ [uhd]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
72 参照

usrp - Error: RuntimeError: Reference Clock PLL failed to lock to internal source

rx_samples_to_file.exe サンプル コードを使用しようとしています。また、USRP x310 の基準出力を 30.72Mhz に変更したいと考えています。ただし、このランタイム エラー メッセージ Error: RuntimeError: Reference Clock PLL failed to lock to internal source. が表示され続けます。イーサネットとドングルを介して USRP を PC に接続しています。

私が使用しているコマンドラインのサンプルコードは次のとおりです

"C:\Program Files\UHD\lib\uhd\examples\rx_samples_to_file.exe" --args type=x300,master_clock_rate=184.32e6,system_ref_rate=30.72e6 --type=float --nsamps=10000000 --freq=0 --rate=5e6 --channel=1 --ant=A

これをデバッグする方法についてのアイデアはありますか?