필터 지우기
필터 지우기

MATLAB code that execute exp function without using the exp inbuilt function

조회 수: 1 (최근 30일)
Yue Han Seow
Yue Han Seow 2019년 3월 14일
댓글: Yue Han Seow 2019년 3월 15일
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.

답변 (2개)

Abdulmanan Butt
Abdulmanan Butt 2019년 3월 14일
Hi,
Kindly have a look on this documentation,
Regards,
Abdulmanan Butt

Walter Roberson
Walter Roberson 2019년 3월 14일

카테고리

Help CenterFile Exchange에서 HDL Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by