OSQZSS

オープンソース準天頂衛星(QZSS)受信機

FPGAの参考書

2014-02-10 15:22:07 | FPGA
メモ

スティルハウスの書庫:ハード素人が32bit CPUをFPGAで自作して動かすまで読んだ本のまとめ

FPGAでCPUを自作することに興味はないけれど,FPGAを一から学ぶステップとして,
とても参考になる.特にシミュレーションと検証技法.

Namuru-Nanoの開発は,ベースとなるNamuruのVerilogコードがあったので,
シミュレーションをせずに進めたけれど,やっぱりバグが残っている
きちんとモジュールごとに検証しないといけない.
コメント (2)    この記事についてブログを書く
  • Twitterでシェアする
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする
« Breakout board for u-blox m... | トップ | bladeRF for GNSS-SDRLIB »
最新の画像もっと見る

2 コメント

コメント日が  古い順  |   新しい順
NT1065 Board Interface with FPGA (Navnath Chikhale )
2017-07-20 16:18:22
As I'm interafcing NT1065 Evaluation Kit using Zedboard, When I ported out Mag and Sign data (NT1065 Internal ADC output) to one of PMOD connector of Zedboard, it gives us Digital Output, but when we removed Active Antenna (GPS L1)from channel-1 still the same signals observed on DSO (no change), so please guide me How to capture actual and real data.

Actually I want to process(Acqusiotion, Tracking, Positioning) raw data in FPGA. please suggest the method, for the processing shall i use Xilinx Vivado IP based approach or MATLAB simulink model based designs, which is more suitable for hardware implementation.
Re: NT1065 Board Interface with FPGA (osqzss)
2017-07-20 23:14:53
NT1065 is a very capable but also complicated device. If you're new to GPS signal processing, I personally recommend SE4150L front-end. It provides a simple 2-bit IF sample stream with no hassle.
http://www.skyworksinc.com/Product/987/SE4150L

Since you're using Xilinx tools, the GPS receiver implementation of KiwiSDR would be a good reference for you.
https://github.com/jks-prv/Beagle_SDR_GPS

コメントを投稿

FPGA」カテゴリの最新記事