About: XDAIS algorithms     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:Whole100003553, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FXDAIS_algorithms&invfp=IFP_OFF&sas=SAME_AS_OFF

XDAIS or eXpressDsp Algorithm Interoperability Standard is a standard for algorithm development by Texas Instruments for the TMS320 DSP family. The standard was first introduced in 1999 and was created to facilitate integration of DSP algorithms into systems without re-engineering cost. The XDAIS standard address the issues of algorithm resource allocation and consumption on a DSP. Algorithms that comply with the standard are tested and awarded an "eXpressDSP-compliant" mark upon successful completion of the test. Benefits of XDAIS over non-standardised approaches include:

AttributesValues
rdf:type
rdfs:label
  • XDAISアルゴリズム (ja)
  • XDAIS algorithms (en)
rdfs:comment
  • XDAIS or eXpressDsp Algorithm Interoperability Standard is a standard for algorithm development by Texas Instruments for the TMS320 DSP family. The standard was first introduced in 1999 and was created to facilitate integration of DSP algorithms into systems without re-engineering cost. The XDAIS standard address the issues of algorithm resource allocation and consumption on a DSP. Algorithms that comply with the standard are tested and awarded an "eXpressDSP-compliant" mark upon successful completion of the test. Benefits of XDAIS over non-standardised approaches include: (en)
  • XDAIS (eXpressDsp Algorithm Interoperability Standard)は、 DSPファミリーのためにテキサス・インスツルメンツ(TI)が定めたアルゴリズム開発のための標準である。XDAISは1999年に導入され、再開発コストなしでDSPアルゴリズムをシステムに導入することを目的としている。XDAISは、DSPアルゴリズムのリソースの割り当てと消費について定めている。テストに合格しXDAIS標準に適合したと認められたアルゴリズムは、「eXpressDSP-compliant」マークを利用できる。 XDAISは、全てのアルゴリズムに適用される一般的なルールとガイドラインを規定している。例えば、全てのXDAISに適合したアルゴリズムは、IALGというアルゴリズムインターフェイスを実装しなくてはならない。DMAを利用するアルゴリズムは、IDMAインターフェイスを実装しなくてはならない。加えて、TIのDSPファミリーのそれぞれのチップ用の特別なルールも設定されている。 XDAIS developer's kitには、標準自体に加え、コード例とデモも含まれている。 標準化されていない手法に対するXDAISの利点には以下のようなものがある。 (ja)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
has abstract
  • XDAIS or eXpressDsp Algorithm Interoperability Standard is a standard for algorithm development by Texas Instruments for the TMS320 DSP family. The standard was first introduced in 1999 and was created to facilitate integration of DSP algorithms into systems without re-engineering cost. The XDAIS standard address the issues of algorithm resource allocation and consumption on a DSP. Algorithms that comply with the standard are tested and awarded an "eXpressDSP-compliant" mark upon successful completion of the test. The standard consists of a set of general rules and guidelines that should be applied to all algorithms. For instance, all XDAIS compliant algorithms must implement an Algorithm Interface, called IALG. For those algorithms utilizing DMA, the IDMA interface must be implemented. Further, specific rules are provided for each family of TI DSP. Problems are often caused in algorithm by hard-coding access to system resources that are used by other algorithms. XDAIS prohibits the use of this type of hard-coding. Instead, XDAIS requires a standard API for the application to call a particular algorithm class. This API is defined in the , also referred to as the (video, imaging, speech and audio). A XDAIS developer's kit provides the standard itself, example code, and a demonstration. Benefits of XDAIS over non-standardised approaches include: * Significant reduction in integration time as algorithms do not trash each other's resources * Easy comparison of algorithms from multiple different sources in the same application * Access to broad range of compliant algorithms available from multiple TI DSP Third Parties eliminates need to custom develop complex algorithms * Algorithms work out-of-the-box with eXpressDSP Multimedia Framework Products, such as (en)
  • XDAIS (eXpressDsp Algorithm Interoperability Standard)は、 DSPファミリーのためにテキサス・インスツルメンツ(TI)が定めたアルゴリズム開発のための標準である。XDAISは1999年に導入され、再開発コストなしでDSPアルゴリズムをシステムに導入することを目的としている。XDAISは、DSPアルゴリズムのリソースの割り当てと消費について定めている。テストに合格しXDAIS標準に適合したと認められたアルゴリズムは、「eXpressDSP-compliant」マークを利用できる。 XDAISは、全てのアルゴリズムに適用される一般的なルールとガイドラインを規定している。例えば、全てのXDAISに適合したアルゴリズムは、IALGというアルゴリズムインターフェイスを実装しなくてはならない。DMAを利用するアルゴリズムは、IDMAインターフェイスを実装しなくてはならない。加えて、TIのDSPファミリーのそれぞれのチップ用の特別なルールも設定されている。 アルゴリズムで生じる問題は、他のアルゴリズムで利用中のシステムリソースに、他のアルゴリズムがハードコードされたコードによって再度アクセスをすることによって生じることが多い。XDAISは、このようなハードコードを禁止している。代わりに、XDAISは特定のアルゴリズムクラスを呼び出すアプリケーションのための標準的なAPIを要求している。このAPIはxDM標準で定義されており、VISA (Video, Imaging, Speech and Audio) APIと呼ばれている。 XDAIS developer's kitには、標準自体に加え、コード例とデモも含まれている。 標準化されていない手法に対するXDAISの利点には以下のようなものがある。 * 相互にリソースを侵害しないアルゴリズムを利用でき、統合に必要な時間を大幅に削減できる。 * 同じアプリケーションで利用される複数の異なるソース間のアルゴリズムの比較が容易である。 * TI DSPの複数のサードパーティーから、XDAISに適合した幅広いアルゴリズムが利用可能であり、アルゴリズムを独自に開発する手間を削減できる。 * Codec EngineのようなアルゴリズムをeXpress Multimedia Frameworkですぐに利用できる。 (ja)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 59 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software