diff --git a/Signal Processing/Array Processing/MATLAB/Functions/arrManTd.m b/Signal Processing/Array Processing/MATLAB/Functions/arrManTd.m index 1639b2af54fdd6e7b0877277d3ff3da2e881d6e0..1c92e62cc8ac6ed6f6e142dc70595c58028df3ec 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 20ca9b523e1b4c08176c309204ffbf5b2ebe06e5..124b43b3113ed0561036c266ed620d3cbf6cf56a 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 3dd6d06ad7d8a1407c6652ed921df4733ae30460..8f48567736ba3e29a775b34860d0e90e7676fd81 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 2b0c561a3069065426a9132562d546dd0c148ec7..07fec1df48c39345bacb53d915ead894662fe599 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 902e92b3e201d35b90a8e112240d1e46e7619a6d..cd28066acc3ea73ac7bfb601cb2232e1326f77ee 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 3b18c17548b38fd4993525d25501ac0708ff96f8..723d296a0043c3675347c5eccdc900fcb8984939 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 ee9417f3b7e26b88f14d0fc62322544b56248208..939ea0be7cfaebcbdd9f591fc52f8d1c0bfd1a5a 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 cfeafab9dda641f6b2f78a13988d5130679a7ece..17ca29ab52afa29ddd7a99b0e326adebef6988a6 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 % ====================================================