This shows you the differences between two versions of the page.
signal_processing [2015/02/17 12:03] schultz |
signal_processing [2015/04/07 15:56] (current) schultz |
||
---|---|---|---|
Line 10: | Line 10: | ||
==== Background ==== | ==== Background ==== | ||
- | Matlab is a good tool for development of the signal processing algorithm because it has: | + | Matlab is a good tool for development of the signal processing algorithm because it has: |
* Great debugging tools | * Great debugging tools | ||
* Powerful plotting and visualization | * Powerful plotting and visualization | ||
- | * built in digital signal processing (DSP) design tools | + | * Built in digital signal processing (DSP) design tools |
+ | |||
+ | [[Matlab|Here is a short overview of some simple Matlab functions that might be useful.]] | ||
In order to develop the algorithm we first need to understand what the signal processing is supposed to do. Start by reading the overview of the operation of the system. [[laser_tag_overview|Here is the link to the page that discusses the overview of the laser tag system]]. | In order to develop the algorithm we first need to understand what the signal processing is supposed to do. Start by reading the overview of the operation of the system. [[laser_tag_overview|Here is the link to the page that discusses the overview of the laser tag system]]. | ||
Line 23: | Line 26: | ||
{{ :milestone_2_tasks.jpg |}} | {{ :milestone_2_tasks.jpg |}} | ||
- | - [[milestone_2_task_1|Task 1]]: filtering of the received signal. | + | - [[milestone_2_task_1|Task 1]]: Filtering of the received signal |
- | - [[milestone_2_task_2|Task 2]]: determining whether there is a shot. | + | - [[milestone_2_task_2|Task 2]]: Determining whether there is a shot |