Value of J in DFT

12 views (last 30 days)
NAGA DINESH  KOTHALA
NAGA DINESH KOTHALA on 16 Jul 2014
Hi,
I am going through a post for DFT code in matlab so that I can convert it to JAVA. while going through I found below link. http://www.mathworks.com/matlabcentral/answers/67283-need-fft-code-for-matlab-not-built-in
Might be this is done long back. But I see Sum=Sum+x(jj)*exp(-2*pi*j*(jj-1)*(k-1)/nfft);
In this after pi, there is "j" what is the value of J here and how can I determine that.
Thanks in advance for your support!!

Accepted Answer

Geoff Hayes
Geoff Hayes on 16 Jul 2014
j (along with i) is the imaginary unit. In the Command Window, type
>> j
ans =
0.0000 + 1.0000i

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!