Difference between revisions of "Telecommunications"

From
Jump to: navigation, search
m
Line 13: Line 13:
 
* [http://www.ericsson.com/en/news/2019/10/ericsson-ai-to-boost-ran Ericsson launches unique AI functionality to boost radio access networks]
 
* [http://www.ericsson.com/en/news/2019/10/ericsson-ai-to-boost-ran Ericsson launches unique AI functionality to boost radio access networks]
 
* [http://www.deepsig.io/ Deepsig] pioneering the application of deep learning to wireless
 
* [http://www.deepsig.io/ Deepsig] pioneering the application of deep learning to wireless
* [http://spectrum.ieee.org/telecom/wireless/if-darpa-has-its-way-ai-will-rule-the-wireless-spectrum If DARPA Has Its Way, AI Will Rule the Wireless Spectrum | Paul Tilghman]
 
* [http://www.spectrumcollaborationchallenge.com/ 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.
 
 
* [http://www.digitalistmag.com/digital-economy/2018/07/18/how-machine-learning-is-creating-new-opportunities-in-telecommunications-industry-06179697 How Machine Learning Is Creating New Opportunities In The Telecommunications Industry | Julie Stoughton - Digitalist Magazine]
 
* [http://www.digitalistmag.com/digital-economy/2018/07/18/how-machine-learning-is-creating-new-opportunities-in-telecommunications-industry-06179697 How Machine Learning Is Creating New Opportunities In The Telecommunications Industry | Julie Stoughton - Digitalist Magazine]
 
* [http://medium.com/activewizards-machine-learning-company/top-10-data-science-use-cases-in-telecom-e9c334d42616 Top 10 Data Science Use cases in Telecom | Igor Bobriakov - Medium]
 
* [http://medium.com/activewizards-machine-learning-company/top-10-data-science-use-cases-in-telecom-e9c334d42616 Top 10 Data Science Use cases in Telecom | Igor Bobriakov - Medium]

Revision as of 13:44, 30 September 2020

Youtube search... ...Google search


Cognitive Radio (CR) / Software-defined radio (SDR)

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.

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.


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. A familiar tool to anyone working in the wireless domain, GNU Radio allows signal processing experts to tie together blocks of functionality using an intuitive GUI. Many of the “in the weeds” details regarding the software implementation are well abstracted so the user can focus on the algorithm instead.Once an algorithm has been optimized (or a pre-trained algorithm has been downloaded by a 3rd party), the user will reference it in Deepwave’s GR-WAVELEARNER software that provides a TensorRT Inference block for GNU Radio Companion (GRC)

fft_gif.gif

Machine learning solving practical problems in Communications