Changes between Version 2 and Version 3 of DSP/SampSin
- Timestamp:
- Jul 1, 2015, 4:19:20 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSP/SampSin
v2 v3 1 = Sampling a Sinusoid = 1 2 For this tutorial, use the Y option when calling doing SSH. First you are going to want to resolve a space on SB3 before continuing on with the tutorial. 2 3 {{{ … … 4 5 }}} 5 6 6 Check th at the nodes are powered ON:7 Check the current status of the nodes: 7 8 8 9 {{{ … … 10 11 }}} 11 12 12 If one or both of the nodes are in a powered o ff state turn them onwith:13 If one or both of the nodes are in a powered on state turn them off with: 13 14 14 15 {{{ 15 omf tell -a o n-t all16 omf tell -a offh -t all 16 17 }}} 17 18 … … 22 23 }}} 23 24 24 After calling the nodes will power downafter imaging. Turn them back on and enter:25 The nodes will be in an off state after imaging. Turn them back on and enter: 25 26 26 27 {{{ … … 28 29 }}} 29 30 30 *Note if this doesn't work the first time, the node might berecovering from imaging. Wait a few seconds and try again.31 *Note if this doesn't work the first time, the node might 'hiccup' because they recovering from imaging. Wait a few seconds and try again. 31 32 32 33 Enter on the command line: … … 42 43 43 44 [[Image(sinkout.png)]] 45 46 = Determining Frequencies of Multiple Sinusoids = 47 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 Below is what the received signal looks like: 50 51 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