From ee83b113bcfe1196023a5b00e30d2e372999e317 Mon Sep 17 00:00:00 2001 From: ZaellixA <axilleaz@protonmail.com> Date: Sun, 5 Jan 2025 18:33:29 +0000 Subject: [PATCH] Update the names of the functions whose files where renamed to match the filename --- .../Array Processing/MATLAB/Functions/arrManTd.m | 4 ++-- Sound Fields/MATLAB/Functions/extrpFieldSh.m | 4 ++-- Sound Fields/MATLAB/Functions/planeWaveSh.m | 4 ++-- Sound Fields/MATLAB/Functions/ptSrcFieldSh.m | 4 ++-- Sound Fields/MATLAB/Functions/ptSrcFieldTd.m | 4 ++-- Utilities/Geometries/MATLAB/Functions/vMicGeo.m | 4 ++-- .../MATLAB/Functions/obsFiltEstTd.m | 4 ++-- .../Remote Microphone Technique/MATLAB/Functions/obsFiltTd.m | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Signal Processing/Array Processing/MATLAB/Functions/arrManTd.m b/Signal Processing/Array Processing/MATLAB/Functions/arrManTd.m index 1639b2a..1c92e62 100644 --- a/Signal Processing/Array Processing/MATLAB/Functions/arrManTd.m +++ b/Signal Processing/Array Processing/MATLAB/Functions/arrManTd.m @@ -3,7 +3,7 @@ % Author: Achilles Kappis % e-mail: axilleaz@protonmail.com % -% Date: 02/11/2024 (DD/MM/YYYY) +% Date: 05/01/2025 (DD/MM/YYYY) % % Copyright: MIT % -------------------------------------------------- @@ -90,7 +90,7 @@ % - Dependencies: * winSincFracDel() to calculate the fractional delay % filters. % -------------------------------------------------- -function [am, maxDel, amMtx] = arrManTD(mPos, dirs, filtLen, delLen, delWin, fs, c) +function [am, maxDel, amMtx] = arrManTd(mPos, dirs, filtLen, delLen, delWin, fs, c) % ==================================================== % Check for number of arguments % ==================================================== diff --git a/Sound Fields/MATLAB/Functions/extrpFieldSh.m b/Sound Fields/MATLAB/Functions/extrpFieldSh.m index 20ca9b5..124b43b 100644 --- a/Sound Fields/MATLAB/Functions/extrpFieldSh.m +++ b/Sound Fields/MATLAB/Functions/extrpFieldSh.m @@ -3,7 +3,7 @@ % Author: Achilles Kappis % e-mail: axilleaz@protonmail.com % -% Date: 02/06/2024 (DD/MM/YYYY) +% Date: 05/01/2025 (DD/MM/YYYY) % % Copyright: MIT % -------------------------------------------------- @@ -74,7 +74,7 @@ % Notes % % -------------------------------------------------- -function [extrCoeffs, extrCoeffsReduced] = extrpFieldSH(shCoeffs, r, k, w, dir) +function [extrCoeffs, extrCoeffsReduced] = extrpFieldSh(shCoeffs, r, k, w, dir) % ==================================================== % Check for number of arguments % ==================================================== diff --git a/Sound Fields/MATLAB/Functions/planeWaveSh.m b/Sound Fields/MATLAB/Functions/planeWaveSh.m index 3dd6d06..8f48567 100644 --- a/Sound Fields/MATLAB/Functions/planeWaveSh.m +++ b/Sound Fields/MATLAB/Functions/planeWaveSh.m @@ -3,7 +3,7 @@ % Author: Achilles Kappis % e-mail: axilleaz@protonmail.com % -% Date: 29/09/2024 (DD/MM/YYYY) +% Date: 05/01/2025 (DD/MM/YYYY) % % Copyright: MIT % -------------------------------------------------- @@ -68,7 +68,7 @@ % Notes % % -------------------------------------------------- -function [pCoeffs, waveFieldDecomp, waveField] = planeWaveSH(sDir, rPos, f, N, Q, c) +function [pCoeffs, waveFieldDecomp, waveField] = planeWaveSh(sDir, rPos, f, N, Q, c) % ==================================================== % Check for number of arguments % ==================================================== diff --git a/Sound Fields/MATLAB/Functions/ptSrcFieldSh.m b/Sound Fields/MATLAB/Functions/ptSrcFieldSh.m index 2b0c561..07fec1d 100644 --- a/Sound Fields/MATLAB/Functions/ptSrcFieldSh.m +++ b/Sound Fields/MATLAB/Functions/ptSrcFieldSh.m @@ -3,7 +3,7 @@ % Author: Achilles Kappis % e-mail: axilleaz@protonmail.com % -% Date: 29/09/2024 (DD/MM/YYYY) +% Date: 05/01/2025 (DD/MM/YYYY) % % Copyright: MIT % -------------------------------------------------- @@ -66,7 +66,7 @@ % Notes % % -------------------------------------------------- -function [pCoeffs, waveFieldDecomp, waveField] = ptSrcFieldSH(sPos, rPos, f, N, Q, c) +function [pCoeffs, waveFieldDecomp, waveField] = ptSrcFieldSh(sPos, rPos, f, N, Q, c) % ==================================================== % Check for number of arguments % ==================================================== diff --git a/Sound Fields/MATLAB/Functions/ptSrcFieldTd.m b/Sound Fields/MATLAB/Functions/ptSrcFieldTd.m index 902e92b..cd28066 100644 --- a/Sound Fields/MATLAB/Functions/ptSrcFieldTd.m +++ b/Sound Fields/MATLAB/Functions/ptSrcFieldTd.m @@ -3,7 +3,7 @@ % Author: Achilles Kappis % e-mail: axilleaz@protonmail.com % -% Date: 29/09/2024 (DD/MM/YYYY) +% Date: 05/01/2025 (DD/MM/YYYY) % % Copyright: MIT % -------------------------------------------------- @@ -83,7 +83,7 @@ % long source signals % % -------------------------------------------------- -function [rSig, rSigMean, rSigMtx, rSigMtxMean, Q] = ptSrcFieldTD(sPos, rPos, fs, Q, sigLen, nTrials, c) +function [rSig, rSigMean, rSigMtx, rSigMtxMean, Q] = ptSrcFieldTd(sPos, rPos, fs, Q, sigLen, nTrials, c) % ==================================================== % Check for number of arguments % ==================================================== diff --git a/Utilities/Geometries/MATLAB/Functions/vMicGeo.m b/Utilities/Geometries/MATLAB/Functions/vMicGeo.m index 3b18c17..723d296 100644 --- a/Utilities/Geometries/MATLAB/Functions/vMicGeo.m +++ b/Utilities/Geometries/MATLAB/Functions/vMicGeo.m @@ -3,7 +3,7 @@ % Author: Achilles Kappis % e-mail: axilleaz@protonmail.com % -% Date: 15/12/2024 (DD/MM/YYYY) +% Date: 05/01/2025 (DD/MM/YYYY) % % Copyright: MIT % -------------------------------------------------- @@ -88,7 +88,7 @@ % setup is one dimensional. % % -------------------------------------------------- -function [vPos, vPosMesh] = virtMicGeo(gType, geoDim, nSens, trans, rot, rotOrd) +function [vPos, vPosMesh] = vMicGeo(gType, geoDim, nSens, trans, rot, rotOrd) % ==================================================== % Check for number of arguments % ==================================================== diff --git a/Virtual Sensing/Remote Microphone Technique/MATLAB/Functions/obsFiltEstTd.m b/Virtual Sensing/Remote Microphone Technique/MATLAB/Functions/obsFiltEstTd.m index ee9417f..939ea0b 100644 --- a/Virtual Sensing/Remote Microphone Technique/MATLAB/Functions/obsFiltEstTd.m +++ b/Virtual Sensing/Remote Microphone Technique/MATLAB/Functions/obsFiltEstTd.m @@ -3,7 +3,7 @@ % Author: Achilles Kappis % e-mail: axilleaz@protonmail.com % -% Date: 21/12/2024 (DD/MM/YYYY) +% Date: 05/01/2025 (DD/MM/YYYY) % % Copyright: MIT % -------------------------------------------------- @@ -58,7 +58,7 @@ % Notes % % -------------------------------------------------- -function [estPerMic, est, err, estMean, errMean] = obsFiltEstTD(m, O, e) +function [estPerMic, est, err, estMean, errMean] = obsFiltEstTd(m, O, e) % ==================================================== % Check for number of arguments % ==================================================== diff --git a/Virtual Sensing/Remote Microphone Technique/MATLAB/Functions/obsFiltTd.m b/Virtual Sensing/Remote Microphone Technique/MATLAB/Functions/obsFiltTd.m index cfeafab..17ca29a 100644 --- a/Virtual Sensing/Remote Microphone Technique/MATLAB/Functions/obsFiltTd.m +++ b/Virtual Sensing/Remote Microphone Technique/MATLAB/Functions/obsFiltTd.m @@ -3,7 +3,7 @@ % Author: Achilles Kappis % e-mail: axilleaz@protonmail.com % -% Date: 21/12/2024 (DD/MM/YYYY) +% Date: 05/01/2025 (DD/MM/YYYY) % % Copyright: MIT % -------------------------------------------------- @@ -157,7 +157,7 @@ % for local active sound control" by W. Jung, S. J. Elliott and J. Cheer. % % -------------------------------------------------- -function [O, Rme, Rmm, Ovec, RmeMtx, RmmMtx, condNum, mMtx, Omean, RmeMean, RmmMean, Oopt, RmeMtxMean, RmmMtxMean] = obsFiltTD(e, m, beta, snrVal, filtLen, delay, fs) +function [O, Rme, Rmm, Ovec, RmeMtx, RmmMtx, condNum, mMtx, Omean, RmeMean, RmmMean, Oopt, RmeMtxMean, RmmMtxMean] = obsFiltTd(e, m, beta, snrVal, filtLen, delay, fs) % ==================================================== % Check for number of arguments % ==================================================== -- GitLab