Skip to content

Commit

Permalink
Corrected comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Aug 4, 2014
1 parent 99f75a8 commit c37e92c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SFS_binaural_synthesis/ir_nfchoa.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [ir,x0] = ir_nfchoa(X,phi,xs,src,irs,conf)
%IR_NFCHOA Generate a IR for NFCHOA
%
% Usage: ir = ir_nfchoa(X,phi,xs,src,irs,[conf])
% Usage: [ir,x0] = ir_nfchoa(X,phi,xs,src,irs,[conf])
%
% Input parameters:
% X - listener position / m
Expand Down
2 changes: 1 addition & 1 deletion SFS_binaural_synthesis/ir_wfs.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [ir,x0] = ir_wfs(X,phi,xs,src,irs,conf)
%IR_WFS generate a impulse response simulating WFS
%
% Usage: ir = ir_wfs(X,phi,xs,src,irs,[conf])
% Usage: [ir,x0] = ir_wfs(X,phi,xs,src,irs,[conf])
%
% Input parameters:
% X - listener position / m
Expand Down

0 comments on commit c37e92c

Please sign in to comment.