Skip to content
Snippets Groups Projects
Select Git revision
  • 57a79426cc27d6db9b66707ff5164358417411b3
  • master default protected
  • updateOptitrackToNatNet3
  • develop
  • feature/pigeon-udfa
  • changes-pc-rar2
  • feature/update-cdisp
  • ita-fileformat-cleanup
  • switchFromSerialToSerialport
  • ma23-mika
  • subjectOrientationFeedback
  • feature/iem_dynamic_auralization
  • feature/individualizeHRTFbyITD
  • features/hoa-decoders
  • jst
  • ahe
  • ahe_local
  • feature/changeItaCoordinatesElevationAndAzimuthFromDegreesToRadians
  • 35-output-measurement-chain-calibration
  • bugfix/midi
  • feature/propagation_models protected
  • pynamic-v0.0.1
  • paper_linking_atmospheric_urban_auralization
  • documentationFix
  • Last-SVN-Commit
25 results

testBatchScript.m

Blame
  • Jan-Gerrit Richter's avatar
    Jan-Gerrit Richter authored
    based on commit 13321 from svn
    04b4879d
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    testBatchScript.m 394 B
    %% audio data arrives in the variable 'data'
    
    % <ITA-Toolbox>
    % This file is part of the ITA-Toolbox. Some rights reserved. 
    % You can find the license for this m-file in the license.txt file in the ITA-Toolbox folder. 
    % </ITA-Toolbox>
    
    data;
    
    %% process data
    data = ita_extract_dat(data,14);
    data = 0.2 * data;
    
    % your code comes in here...
    
    %% audio data leaves in the variable 'data'
    data;