Skip to content

Commit 6e5db1b

Browse files
committed
Fix incorrect name of biphase Matlab-packaged library
1 parent ee648c5 commit 6e5db1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maths/algorithms/matlabwrappers/biphase_wav_new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from maths.num_utils import matlab_to_numpy
2727

2828

29-
@matlabwrapper(module="biphaseWavNew")
29+
@matlabwrapper(module="biphaseWavPython")
3030
def calculate(
3131
signal1: ndarray, signal2: ndarray, fs, f0, fr, opt: dict
3232
) -> Tuple[ndarray, ndarray]:

0 commit comments

Comments
 (0)