필터 지우기
필터 지우기

How can I installa Timbre toolbox?

조회 수: 14 (최근 30일)
Pasqual Salort Aguilar
Pasqual Salort Aguilar 2024년 7월 1일 15:41
답변: Abhishek Kumar Singh 2024년 7월 1일 17:20
Hello, I'm interested in Timbre toolbox, but I have problems with the installation. Could I get some help from somebody in this community with experience in this toolbox ?

답변 (1개)

Abhishek Kumar Singh
Abhishek Kumar Singh 2024년 7월 1일 17:20
I tried using the timbretoolbox listed on https://github.com/VincentPerreault0/timbretoolbox
While following the instructions, I encountered an error during the compilation of the mex files. The issue arises because a specific C file is not present at the expected location, causing MATLAB to throw an error stating that the C file is not detected.
After exploring the folder structure, I found the rsmooth.c file in a different location. I was able to successfully run the mex command from this new location. Therefore, instead of using:
mex ./classes/@cERBRep/private/rsmooth.c -outdir ./classes/@cERBRep/private/
you should use:
mex ./classes/Representations/@ERB/rsmooth.c -outdir ./classes/Representations/@ERB
You may need to setup the mex compiler, if not done already.
I hope this helps in setting up and using the required functions smoothly.

카테고리

Help CenterFile Exchange에서 Wavelet Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by