00:01
Hello, let's have a look at the question.
00:03
So here for the a part it is given that n is equals to 256.
00:10
So how many complex additions and multiplications are required for both direct dft and fft.
00:20
So first of all for n point dft algorithm without using fft technique the number of complex additions is given as capital n multiplied by minus 1.
01:00
The number of complex multiplication is given as n to the power 2.
01:16
Now as it is given that the value for n is equals to 256 therefore we can say that the number of complex addition is equals to 256 multiplied with 256 minus 1.
01:39
So this will be equals to 65 ,280.
01:46
But for complex multiplication is equals to 256 whole square.
02:02
So this will be equals to 65 ,536.
02:10
Now let us use fft technique.
02:14
So we have that the number of complex addition is equals to the number of complex multiplication.
02:41
So here we can write this as this is equals to n multiplied with log n and here we have the base 2...