MATLAB code that execute exp function without using the exp inbuilt function
Ältere Kommentare anzeigen
Hello, I'm new to MATLAB and I have to run an exponential function but without using the exp inbuilt function. As I need to use the HDL coder in the later part, the exp inbuilt function is not allowed. Does anyone knows the code?
This is the equation that has the exp function which I want to replace.
Sum=Sum+sequence(jj)*exp(-2*pi*j*(jj-1)*(k-1)/nfft)
Thank you in advance.
Antworten (2)
Abdulmanan Butt
am 14 Mär. 2019
0 Stimmen
Hi,
Kindly have a look on this documentation,
Regards,
Abdulmanan Butt
1 Kommentar
Yue Han Seow
am 15 Mär. 2019
Walter Roberson
am 14 Mär. 2019
0 Stimmen
Kategorien
Mehr zu Code Generation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!