Difference between revisions of "Telecommunications"
| Line 28: | Line 28: | ||
<youtube>7vVEWDIx-zs</youtube> | <youtube>7vVEWDIx-zs</youtube> | ||
<youtube>Jb8U1BrJlXo</youtube> | <youtube>Jb8U1BrJlXo</youtube> | ||
| − | |||
| − | == | + | == Cognitive Radio == |
| + | |||
| + | * [http://www.gnuradio.org/ GNU Radio] is a free & open-source software development toolkit that provides signal processing blocks to implement software radios. It can be used with readily-available low-cost external RF hardware to create software-defined radios, or without hardware in a simulation-like environment. | ||
| + | * [http://en.wikipedia.org/wiki/Software-defined_radio Wikipedia] | ||
| + | |||
| + | Software-defined radio (SDR) is a radio communication system where components that have been traditionally implemented in hardware (e.g. mixers, filters, amplifiers, modulators/demodulators, detectors, etc.) are instead implemented by means of software on a personal computer or embedded system. Software radios have significant utility for the military and cell phone services, both of which must serve a wide variety of changing radio protocols in real time. In the long term, software-defined radios are to become the dominant technology in radio communications. SDRs, along with [http://en.wikipedia.org/wiki/Reconfigurable_antenna software defined antennas] are the enablers of the cognitive radio. | ||
| + | |||
<youtube>Dk3muvzIcMc</youtube> | <youtube>Dk3muvzIcMc</youtube> | ||
<youtube>_8vPt57YSRo</youtube> | <youtube>_8vPt57YSRo</youtube> | ||
<youtube>34XlXCSdvHM</youtube> | <youtube>34XlXCSdvHM</youtube> | ||
<youtube>RuJ0EOcN6dk</youtube> | <youtube>RuJ0EOcN6dk</youtube> | ||
| + | |||
| + | |||
| + | === [http://deepwavedigital.com/ Deepwave Digital Systems] === | ||
| + | |||
| + | Enabling deep learning and AI at the edge of wireless systems. GPUs are extremely well suited for processes that are highly parallel. The Fast Fourier Transform (FFT) is one of the most common techniques in signal processing and happens to be a highly parallel algorithm. In this blog post the Deepwave team walks you though how to leverage the embedded GPU built into the AIR-T to perform high-speed FFTs without the computational bottleneck of a CPU and without having to experience the long development cycle associated with writing VHDL code for FPGAs. By leveraging the GPU on the AIR-T, you get the best of both worlds: fast development time and high speed processing. | ||
| + | |||
| + | http://deepwavedigital.com/wp-content/uploads/2019/09/fft_gif.gif | ||
| + | |||
| + | |||
| + | <youtube>uGAGhIJLdd4</youtube> | ||
| + | <youtube>4Aqb-dbG5A8</youtube> | ||
| + | <youtube>Qra_RLTzGCo</youtube> | ||
| + | <youtube>sj0-QRCQ3Hw</youtube> | ||
| + | |||
| + | |||
<img src="http://spectrum.ieee.org/image/MzMwNjQ1NQ.jpeg" width="1000" height="800"> | <img src="http://spectrum.ieee.org/image/MzMwNjQ1NQ.jpeg" width="1000" height="800"> | ||
| − | |||
| − | |||
Revision as of 23:01, 6 November 2019
Youtube search... ...Google search
- Case Studies
- Ericsson launches unique AI functionality to boost radio access networks
- Deepsig pioneering the application of deep learning to wireless
- If DARPA Has Its Way, AI Will Rule the Wireless Spectrum | Paul Tilghman
- The DARPA Spectrum Collaboration Challenge (SC2) ensure that the exponentially growing number of military and civilian wireless devices will have full access to the increasingly crowded electromagnetic spectrum.
- How Machine Learning Is Creating New Opportunities In The Telecommunications Industry | Julie Stoughton - Digitalist Magazine
- 4 AI Trends that will Transform the Telecom Industry in 2019 | Becoming Human: Artificial Intelligence Magazine
- Top 10 Data Science Use cases in Telecom | Igor Bobriakov - Medium
Machine learning is able to solve practical problems in communications.
Cognitive Radio
- GNU Radio is a free & open-source software development toolkit that provides signal processing blocks to implement software radios. It can be used with readily-available low-cost external RF hardware to create software-defined radios, or without hardware in a simulation-like environment.
- Wikipedia
Software-defined radio (SDR) is a radio communication system where components that have been traditionally implemented in hardware (e.g. mixers, filters, amplifiers, modulators/demodulators, detectors, etc.) are instead implemented by means of software on a personal computer or embedded system. Software radios have significant utility for the military and cell phone services, both of which must serve a wide variety of changing radio protocols in real time. In the long term, software-defined radios are to become the dominant technology in radio communications. SDRs, along with software defined antennas are the enablers of the cognitive radio.
Deepwave Digital Systems
Enabling deep learning and AI at the edge of wireless systems. GPUs are extremely well suited for processes that are highly parallel. The Fast Fourier Transform (FFT) is one of the most common techniques in signal processing and happens to be a highly parallel algorithm. In this blog post the Deepwave team walks you though how to leverage the embedded GPU built into the AIR-T to perform high-speed FFTs without the computational bottleneck of a CPU and without having to experience the long development cycle associated with writing VHDL code for FPGAs. By leveraging the GPU on the AIR-T, you get the best of both worlds: fast development time and high speed processing.