Downloadliste

Projektbeschreibung

Develop an audio signal processing framework on the DSP for SDR kit TRX-305. The development language is GCC, using the TOPPERS/JSP for Blackfin as RTOS. This framework is named as "Hirado"

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert

Veröffentlicht: 2015-08-21 14:43
Hirado Framework Revision 0.9 (1 files Verstecken)

Versionsanmerkungen

README

Created on: 2015/Aug/21
Author: Takemasa Nakamura

What is this

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 :

  • SPORT communication
  • DMA handling
  • Logging on UART
  • Performance measurement

Also, the programmer can modify the demodulator.h to implement his demodulation algorithm

How to get it

The newest source code and documentations is placed on http://osdn.jp/projects/trx-305dsp/

How to build it

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

Created on: 2015/Aug/21
Author: Takemasa Nakamura

内容物

これはHiradoフレームワークのソースツリーです。このフレームワークはTRX-305 SDRシステムで動くADSP-BF533 DSP用です。

このフレームワークは以下を含むDSP制御を実装しています。

  • SPORT通信
  • DMA操作
  • UART上でのログ機能
  • 性能測定

また、プログラマはdemodulator.h を修正することで独自の復調アルゴリズムを 実装することができます。

取得方法

最新のソースコードは http://osdn.jp/projects/trx-305dsp/ にあります。

ビルド方法

ビルドを行うには、開発OS上でインストール・スクリプトを走らせてください。インストールスクリプトは、やはり上記WEBサイトにおいてあります。ツールのインストールが終わったら、hiradoディレクトリ中のconfigure_projectを実行してください。 最後に、makeを実行します。

Änderungsprotokoll

CHANGES

Created on: 2015/Aug/21
Author: Takemasa Nakamura

* 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

Created on: 2015/Aug/21
Author: Takemasa Nakamura

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

最初のリリース。ドキュメントは後日公開する。

既知の問題

なし