Skip to content

Commit

Permalink
Added the possibility of multidimensional signals to wfs_preequalizat…
Browse files Browse the repository at this point in the history
…ion()
  • Loading branch information
hagenw committed Jul 9, 2013
1 parent 8daea39 commit 72423ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SFS_time_domain/wfs_preequalization.m
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
% get IIR filter
hpre = wfs_iir_prefilter(conf);
% apply filter
ir = filter(hpre.b,hpre.a,ir);
ir = filter(hpre.b,hpre.a,ir,2);
else
error('%s: %s is an unknown filter type.',upper(mfilename),hpretype);
end

0 comments on commit 72423ad

Please sign in to comment.