Borrar filtros
Borrar filtros

ippfilter_* missing?

3 visualizaciones (últimos 30 días)
Yuri Rzhanov
Yuri Rzhanov el 18 de En. de 2019
Comentada: Hak el 7 de Jun. de 2022
I used coder to convert Matlab code using R2017 version. The code uses imfilter() function, which requires inclusion of:
#include "libmwippfilter.h"
#include "libmwimfilter.h"
and generated file imfilter.cpp calls
ippfilter_uint8()
ippfilter_real64()
My distribution of Matlab doesn't have these includes, although I found them on the net, so obviously they did exist before. Supplied libraries do not seem to have these functions. What is the current state with these includes and functions they refer to?
Cheers,
Yuri
  1 comentario
Hak
Hak el 7 de Jun. de 2022
Hi,
I encountered the same problem while trying to use DPI GEN feature of the MATLAB. How could you find "ippfilter_real64()" file? Was it '.c' file? I am tryin to call C, C++ code generated from MATLAB and used inside SystemVerilog based testbench.
Regards,
Hakan

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Get Started with MATLAB Coder en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by