CQ出版社のディジタル無線キット TRX-305の音声処理DSP上にオーディオ信号処理フレームワークを開発します。開発言語はGCCで、RTOSとしてTOPPERS/JSP for Blackfinを使用する予定です。フレームワークの名称はHiradoです。
README
This is the source tree of the "Hirado" framework. The Hirado framework is the SDR framework on the ADSP-BF533 of TRX-305 SDR sytem.
The framework contains the entire software to control the DSP which includes :
Also, the programmer can modify the demodulator.h to implement his demodulation algorithm
The newest source code and documentations is placed on http://osdn.jp/projects/trx-305dsp/
To build it, run the installer on the development OS. The installer is also placed on the above WEB site. Once the tool is install it, run "configure_project" script in this directly. And then, run make.
README
これはHiradoフレームワークのソースツリーです。このフレームワークはTRX-305 SDRシステムで動くADSP-BF533 DSP用です。
このフレームワークは以下を含むDSP制御を実装しています。
また、プログラマはdemodulator.h を修正することで独自の復調アルゴリズムを 実装することができます。
最新のソースコードは http://osdn.jp/projects/trx-305dsp/ にあります。
ビルドを行うには、開発OS上でインストール・スクリプトを走らせてください。インストールスクリプトは、やはり上記WEBサイトにおいてあります。ツールのインストールが終わったら、hiradoディレクトリ中のconfigure_projectを実行してください。 最後に、makeを実行します。
CHANGES
* 2015/Aug/21 releasing Rev 0.9 - Build host : Ubuntu 14.04 LTS 32bit version - Build tool : GNU Toolchain 2014R1-RC2 - Tool installer : ubuntu_1404_gcc_14r1rc2.tar.gz
First release of the software. Documentations are provided later this year.
Knonw issues : none
CHANGES
最初のリリース。ドキュメントは後日公開する。
なし