Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 01d18e46 authored by hhakim's avatar hhakim
Browse files

Fix matfaust.dst complex(sparse_matrix) error for older versions of Matlab.

Matlab R2022b doesn't need this fix.

================================================================================
Error occurred in FaustFactoryTest/test_dst and it did not run to
completion.

    ---------
    Error ID:
    ---------
    'MATLAB:complex:expectsFullNumeric'

    --------------
    Error Details:
    --------------
    Error using complex
    Input A must be numeric and full.

    Error in matfaust.dst>mod_fft (line 160)
        F = matfaust.Faust([Bs, {complex(bitrev_perm(N))}],
varargin{:});

    Error in matfaust.dst (line 90)
        MDFT = mod_fft(n, 'dev', dev);

    Error in FaustFactoryTest/test_dst (line 846)
                DST = matfaust.dst(n, 'normed', false);
================================================================================
parent 746b0b90
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment