1
00:00:00,060 --> 00:00:06,480
So in the previous lecture, we finished our task and we have accomplished the intensity spectrum where

2
00:00:06,480 --> 00:00:11,880
we had this pronounced peaks here at zero point three, two and three point five, which were indeed

3
00:00:11,880 --> 00:00:17,820
the characteristic frequencies that we have used for the superposition of two three oscillators or the

4
00:00:17,820 --> 00:00:22,680
periodic functions that we have used in the beginning to create this periodic signal here.

5
00:00:23,670 --> 00:00:30,720
By the way, one thing that I didn't really mention here is that for the boundaries, for the integration,

6
00:00:30,720 --> 00:00:35,460
according to the formula, we would have to use minus infinity to positive infinity.

7
00:00:36,390 --> 00:00:43,340
However, here I've just used zero to 50, and you see, still it worked.

8
00:00:43,350 --> 00:00:48,880
So it isn't really that important to use here to correct range, which you can never really do, but

9
00:00:48,930 --> 00:00:50,820
because you can't do go to infinity.

10
00:00:51,210 --> 00:00:53,940
So basically, it's OK to just use what you have.

11
00:00:55,250 --> 00:01:01,340
And now the purpose of this lecture, which will be a very short lecture, is to show you that while

12
00:01:01,340 --> 00:01:08,180
our methods is fine for our purposes and we will use it in the following lectures, there's even a faster

13
00:01:08,180 --> 00:01:10,190
way to calculate before you transform.

14
00:01:10,640 --> 00:01:16,490
And for this, we can use the non-paid module, which is called AMP Dot 50 50.

15
00:01:16,880 --> 00:01:18,340
So it's called a fast food.

16
00:01:18,340 --> 00:01:19,370
You transform methods.

17
00:01:19,940 --> 00:01:21,710
So I will not explain to you how it works.

18
00:01:22,880 --> 00:01:29,230
This is just a code, how you can use it, and you see there's just a single command here off the white

19
00:01:29,240 --> 00:01:34,590
list and then you can just plotted and you're finished and you just need to rearrange a bits.

20
00:01:34,730 --> 00:01:38,330
The result and then you get the result again.

21
00:01:38,330 --> 00:01:44,360
And you see there's a peak at zero point three, two and three point five by you using exactly this

22
00:01:44,360 --> 00:01:44,990
method here.

23
00:01:45,980 --> 00:01:55,550
So it gives you the correct results, but the difference is that it's faster and that it accounts for

24
00:01:55,550 --> 00:01:58,220
the data that we feed to the signal.

25
00:01:58,700 --> 00:02:03,740
So you have to think of it like this when our data is not continuous, which it never is, there is

26
00:02:03,740 --> 00:02:12,310
always the step, size and the data, then you can never have frequencies that are faster than or that

27
00:02:12,320 --> 00:02:15,860
have shorter periods than the step size that we provide.

28
00:02:16,490 --> 00:02:23,030
And this is used here by fast food to transform to consider only the frequencies that are even allowed

29
00:02:23,030 --> 00:02:23,960
by the step size.

30
00:02:24,530 --> 00:02:28,190
Sounds a bit difficult, but I think we don't really have to bother with this.

31
00:02:28,700 --> 00:02:32,660
Just remember, you can use just for your transform and it gives you the correct results.

32
00:02:33,170 --> 00:02:38,030
But I think for educational purposes, it's totally fine to use ORF3a transform.

33
00:02:38,420 --> 00:02:42,590
I don't think it's much nicer to use the function that we have just programmed in the following.

