Commit c6c4db7d authored by emerit's avatar emerit
Browse files

fix WL,WR format

parent e5b307a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -605,9 +605,9 @@ for fs = [48000 32000 16000]
        % Weights
        fwrite(fileID_fx, size(mod_hrf.WL{1},1), 'short');                 % (P*Q)
        fwrite(fileID_fx, Q_WL, "int16");
        fwrite(fileID_fx, integer_WL, 'int16');                         % (P*Q) by K
        fwrite(fileID_fx, integer_WL, 'int32');                         % (P*Q) by K
        fwrite(fileID_fx, Q_WR, "int16");
        fwrite(fileID_fx, integer_WR, 'int16');                         % (P*Q) by K
        fwrite(fileID_fx, integer_WR, 'int32');                         % (P*Q) by K
        % Azimuth basis functions
        fwrite(fileID_fx, num_unique_splines, 'short');                    % number of unique spline functions
        for i = 1:num_unique_splines