Implémenter des lookup tables dans MATLAB
Remplacer des fonctions à forte intensité de calcul par des lookup tables
Les lookup tables constituent un moyen efficace d'écrire des fonctions à forte intensité de calcul pour les dispositifs embarqués à virgule fixe. Par exemple, vous pouvez implémenter efficacement le logarithme, le sinus, le cosinus, la tangente et la racine carrée au moyen de lookup tables.
Fonctions
fixed.interp1 | 1-D data interpolation (table lookup) (depuis R2024a) |
fixed.interp2 | Interpolation for 2-D gridded data in meshgrid
format (depuis R2024a) |
fixed.interp3 | Interpolation for 3-D gridded data in meshgrid
format (depuis R2024a) |
fixed.interpn | Interpolation for 1-D, 2-D, 3-D, and N-D gridded data in
ndgrid format (depuis R2024a) |
Rubriques
- Replace the exp Function with a Lookup Table
Replace a function with a lookup table approximation in fixed-point code generated with the Fixed-Point Converter app.
- Replace a Custom Function with a Lookup Table
Replace a custom function with a lookup table approximation function by using the Fixed-Point Converter app.