Changes between Version 3 and Version 4 of DSP/SampSin
- Timestamp:
- Jul 6, 2015, 3:21:50 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSP/SampSin
v3 v4 38 38 39 39 Once opened configure the following with the necessary blocks: 40 [[Image(gnusinusoid.png)]] 40 41 [[Image(gnusinusoid.png, width=600)]] 41 42 42 43 Compile and run the configuration and you will get the following output with a slider to adjust the frequency of the input sinusoid. 43 44 44 [[Image(sinkout.png )]]45 [[Image(sinkout.png, width=300)]] 45 46 46 47 = Determining Frequencies of Multiple Sinusoids = 47 48 In the case of when you receive a signal that is made of multiple sinusoidal signals that are summed together and you would like to know the frequencies of the individual signals that make of the signal. 48 49 50 [[Image(diagram1.png, width=600)]] 51 49 52 Below is what the received signal looks like: 53 54 [[Image(scope.png, width=400)]] 50 55 51 56 From this, you wouldn't be able to glance and determine the signals that make it up. But if you view the signals FFT as seen below you can see impulses at the frequencies that make up this signal: 52 57 58 [[Image(diagram2.png, width=600)]] 59 60 [[Image(fft.png, width=400)]]