by Irfan Adilovic
Abstract:
The aim of this project is to develop a conceptual implementation of a filter framework for the Java Optimized Processor (JOP). The target system is a board with (among other things) a Cyclone FPGA and an AC'97 audio codec. The filter framework and the target system are not intended for industrial use, but rather for educational purposes about programming embedded systems in pure Java without foregoing any cross-platform capabilities of Java. The filter framework needs to run without changes on desktop systems (in a free JVM, like SUN's or IBM's) as well as on the targeted embedded system.
Reference:
An audio filter framework for JOP (Irfan Adilovic), Technical report, PRIP, TU Wien, 2006.
Bibtex Entry:
@TechReport{TR104,
author = "Irfan Adilovic",
title = "An audio filter framework for JOP",
institution = "PRIP, TU Wien",
number = "PRIP-TR-104",
year = "2006",
url = "https://www.prip.tuwien.ac.at/pripfiles/trs/tr104.pdf",
abstract = "The aim of this project is to develop a conceptual
implementation of a filter framework for the Java
Optimized Processor (JOP). The target system is a
board with (among other things) a Cyclone FPGA and
an AC'97 audio codec. The filter framework and
the target system are not intended for industrial
use, but rather for educational purposes about
programming embedded systems in pure Java without
foregoing any cross-platform capabilities of
Java. The filter framework needs to run without
changes on desktop systems (in a free JVM, like
SUN's or IBM's) as well as on the targeted
embedded system.",
}