paper-with-me

Papers

Open-source objective-oriented framework for head-related transfer function

2022-06-24 · Adam Szwajcowski

Throughout last 30 years, numerous head-related transfer function (HRTF) models have been developed and there are more to come. This paper describes a framework based on objective-oriented programming paradigm, in which each HRTF representation method can be implemented as a separate class. Its modular structure allows the source code to be conveniently shared between researchers, while common interface provides easy access to data regardless of the internal structure of the classes. The paper discusses difficulties of designing the framework, maintaining the balance between its flexibility and finding common features of every possible directivity representation. Exemplary use cases are included and explained. Adoption of the framework will enhance possibilities of accuracy comparison between various HRTF models, thus improving the evaluation of current and future representation methods. The framework, developed in the form of a MATLAB toolbox, is designed to handle not only HRTFs but also other types of spatial data, such as e.g. sound source directivity, microphone directivity, etc.

📄 PDF Abstract BibTeX arXiv:2206.12283

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CodeClash: Benchmarking Goal-Oriented Software Engineering

2025-11-02 · John Yang, Kilian Lieret, Joyce Yang, Carlos E. Jimenez 외 arxiv

Current benchmarks for coding evaluate language models (LMs) on concrete, well-specified tasks such as fixing specific bugs or writing targeted tests. However, human programmers do not spend all day incessantly addressin…

Standing on the Shoulders of Giants: Stabilized Knowledge Distillation for Cross--Language Code Clone Detection

2026-05-04 · Mohamad Khajezade, Fatemeh H. Fard, Mohamed Sami Shehata arxiv

Cross-language code clone detection (X-CCD) is challenging because semantically equivalent programs written in different languages often share little surface similarity. Although large language models (LLMs) have shown p…

Knowledge DistillationBinary Classification

Objective-oriented method for uniformation of various directivity representations

2021-09-29 · Adam Szwajcowski

Over recent years, numerous attempts were taken to provide efficient methods of directivity representation, either regarding sound sources or head-related transfer functions. Because of the wide variety of programming to…

DORA: Dataflow Oriented Robotic Architecture

2026-02-02 · Xiaodong Zhang, Baorui Lv, Xavier Tao, Xiong Wang 외 arxiv

Robotic middleware serves as the foundational infrastructure, enabling complex robotic systems to operate in a coordinated and modular manner. In data-intensive robotic applications, especially in industrial scenarios, c…

Prompt-Based Monte-Carlo Tree Search for Goal-Oriented Dialogue Policy Planning

2023-05-23 · Xiao Yu, Maximillian Chen, Zhou Yu

Planning for goal-oriented dialogue often requires simulating future dialogue interactions and estimating task progress. Many approaches thus consider training neural networks to perform look-ahead search algorithms such…

Language ModelingLanguage ModellingLarge Language Model