GithubHelp home page GithubHelp logo

mpollow / hutubs_anywhere Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 38 KB

This project allows to derive HRTF datasets from the HUTUBS database for any desired set of directions

License: MIT License

Python 85.13% MATLAB 14.87%

hutubs_anywhere's Introduction

HUTUBS_anywhere

This project allows to derive HRTF datasets from the HUTUBS database for any desired set of directions. It uses the HRIR representation given as SH-coefficients and converts them to a NumPy array for a given set of angles (theta, phi).

The HUTUBS HRIR datasets should be placed in the folder HUTUBS_HRIRs. Download the dataset HRIRs.zip from the HUTUBS project website

Example usage:

Use the function get_HRTFs_fromSH to get frequency-domain data for the requested directions. Here an example for getting HRIRs for the front direction, 45 degree to the left side and 90 degree to the left side.

import numpy as np
from HUTUBS_anywhere import get_HRTFs_fromSH

# angles given in rad
theta = np.array([np.pi/2, np.pi/2, np.pi/2])
phi = np.array([0, np.pi/4, np.pi/2])
HRTFs, sampling_rate = get_HRTFs_fromSH('./HUTUBS_HRIRs_2/pp21_SHcoefficients_simulated.mat', theta, phi)
HRIRs = np.fft.irfft(HRTFs)

hutubs_anywhere's People

Contributors

mpollow avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.