SlideShare a Scribd company logo
1 of 25
Download to read offline
Politecnico di Milano
Dipartimento di Elettronica, Informazione e Bioingegneria (DEIB)
TITOLO
XOHW16 Meeting
Tizio Caio
Tizio.caio@mail.polimi.it
Thursday, November 11, 2015
project
HAMS
Chiara Gatti
chiara1.gatti@mail.polimi.it
Guido Lanfranchi
guido2.lanfranchi@mail.polimi.it
STATE OF THE ART
April 21th, 2016
NECST Lab, Politecnico di Milano
Credits: Shahriar Emil from the Noun Project
2
State of the
Art
Matlab HDL Coder HW matrix inversion
3
State of the
Art
Matlab HDL Coder HW matrix inversion
- Matrices can not be passed
directly as I/O (but can be
managed internally)
- Requires fixed-point conversion
(not directly available for function
«inv» and «pinv»)
- Requires HW-adapted algorithms
(eg. CORDIC)
 not trivial!
4
State of the
Art
Matlab HDL Coder HW matrix inversion
- Matrices can not be passed
directly as I/O (but can be
managed internally)
- Requires fixed-point conversion
(not directly available for function
«inv» and «pinv»)
- Requires HW-adapted algorithms
(eg. CORDIC)
 not trivial!
5
State of the
Art
Matlab HDL Coder HW matrix inversion
- Matrices can not be passed
directly as I/O (but can be
managed internally)
- Requires fixed-point conversion
(not directly available for function
«inv» and «pinv»)
- Requires HW-adapted algorithms
(eg. CORDIC)
 not trivial!
HW Devices
Applicative
domains
Algorithms
6
84%
11%
5%
Xilinx
Altera
other
- Virtex II
- Virtex 4 FXGO
- Virtex 5
- Virtex 7
- RC-1000
Hardware Devices (*)
(*) data extracted from 27 papers related
to our topic. References at the end
7
APPLICATIONS
DIGITAL SIGNAL
PROCESSING (DSP)
PURE MATHS OTHER SIMULATIONS
Applicative domains
(*) data extracted from 27 papers related
to our topic. References at the end
8
APPLICATIONS
DIGITAL SIGNAL
PROCESSING (DSP)
Image
processing
Communications
Tele, radio,
wireless…
Data
detection
PURE MATHS
OTHER
SIMULATIONS
75%
(*) data extracted from 27 papers related
to our topic. References at the end
9
APPLICATIONS
DIGITAL SIGNAL
PROCESSING (DSP)
Image
processing
Communications
Tele, radio,
wireless…
Data
detection
PURE MATHS
OTHER
SIMULATIONS
14%
(*) data extracted from 27 papers related
to our topic. References at the end
10
APPLICATIONS
DIGITAL SIGNAL
PROCESSING (DSP)
Image
processing
Communications
Tele, radio,
wireless…
Data
detection
PURE MATHS
OTHER
SIMULATIONS
1%
(*) data extracted from 27 papers related
to our topic. References at the end
11
APPLICATIONS
DIGITAL SIGNAL
PROCESSING (DSP)
Image
processing
Communications
Tele, radio,
wireless…
Data
detection
PURE MATHS
OTHER
SIMULATIONS
(*) data extracted from 27 papers related
to our topic. References at the end
12
Algorithms
SVD method°Greville’s algorithm
Full rank QR
factorization
Moore-Penrose Pseudo Inverse*
* Corrieu P, «Fast Computation of Moore-Penrose Inverse Matrices», Neural Information Processing, 2005
13
Algorithms
SVD method°Greville’s algorithm
Full rank QR
factorization
Moore-Penrose Pseudo Inverse*
Let be A = U*∑*V’  then pinv(A) = V*pinv(∑)*U’
* Corrieu P, «Fast Computation of Moore-Penrose Inverse Matrices», Neural Information Processing, 2005
14
Algorithms
SVD method°Rank Decomposition QR Method
° Rahmati et al, “FPGA Based Singular Value Decomposition for Image Processing Applications ”, 2008
QR algorithm
Computationally efficient
Hemkumar, "A systolic VLSI architecture
for complex SVD", 1992
Jacobi method
More accurate, parallelism
Luk, Park, "A proof of convergence for two
parallel Jacobi SVD algorithms", 2002
Moore-Penrose Pseudo Inverse*
15
Some results
«Reconfigurable FPGA-Based Unit for Singular Value Decomposition of
Large m x n Matrices», Ledesma-Carrillo et al., 2011
vs Matlab 7.3.0.267 utilizing 2.4GHz Intel Core Duo Processor
16
Some results
Singular Value Matlab* FPGA % error
σ1 2.6603 2.7500 3.3718
σ2 2.3113 2.3125 0.0519
Elapsed Time 2.7141 s 24.3143 ms
“Reconfigurable FPGA-Based Unit for Singular Value Decomposition
of Large m x n Matrices”, Ledesma-Carrillo et al., 2011
SVD Computation of a 32x127 Matrix: this table shows the corresponding
singular values with the minimum and maximum estimation errors for the
case of a 32 x 127 matrix. This table also shows the elapsed time for the
software and hardware implementations.
*Matlab 7.3.0.267 utilizing 2.4GHz Intel Core Duo Processor
17
Some results
“Reconfigurable FPGA-Based Unit for Singular Value Decomposition
of Large m x n Matrices”, Ledesma-Carrillo et al., 2011
Resources Utilization Xilinx Spartan 3
3S1000ft256-4
Altera Cyclone II
EP2C35F672C6
Programmable Logic 78% 14%
Memory 100% 75%
Multipliers 100% 39%
Max. Op. Freq. 57.981 MHz 65.928 MHz
Resource Utilization of the Proposed FPGA-Based SVD Computation Unit for the
32x127 case study matrix
18
Some results
«Reconfigurable FPGA-Based Unit for Singular Value Decomposition of
Large m x n Matrices», Ledesma-Carrillo et al., 2011
o Before this work:
• non-symmetric matrices up to 8x8
• larger symmetric matrices
o After this work:
• Large mxn matrices…
• but up to 32x127
19
Matlab HDL Coder HW matrix inversion
Our contribution
vs vs
20
Matlab HDL Coder HW matrix inversion
• Managing of the whole interface
• It is not needed to write HDL-
friendly Matlab code (only
function)
Our contribution
vs
21
Matlab HDL Coder
Our contribution
vs
HW matrix inversion
Applicative
domains
Fluid dynamics simulation of
an oxygenator for ECC
• Managing of the whole interface
• It is not needed to write HDL-
friendly Matlab code (only
function)
22
Our contribution
Matlab HDL Coder
Management of larger matrices
(up to 8000x8000)
vs
HW matrix inversion
23
Our contribution
Matlab HDL Coder
vs
Management of larger matrices
(up to 8000x8000)
through
(i) strong parallelism
(ii) streaming in data transfer
(iii) Xilinx Virtex 7 VC707
HW matrix inversion
24
HAMSproject
Contact us!
You can find us…
hams.necst@gmail.com
chiara1.gatti@mail.polimi.it
guido2.lanfranchi@mail.polimi.it
www.facebook.com/hams.project
https://twitter.com/HAMS_project
http://www.slideshare.net/HAMSproject
https://www.youtube.com/channel/UCaovqRpUc7D_Uf2WJHL0rvA
ANY QUESTIONS?
25
References
[1] Wang et al, “A CORDIC-Based Dynamically Reconfigurable FPGA Architecture for Signal Processing Algorithms”, 2008
[2] Burian et al, “A Fixed-Point Implementation of Matrix Inversion Using Cholesky Decomposition”, 2004
[3] Bigdeli et al, “A New Pipelined Systolic Array-Based Architecture for Matri Inversion in FPGAs with Kalman Filter Case Study”, 2005
[4] Edmann et al, “A Scalable Pipelined Complex Valued Matrix Inversion Architecture”, 2005
[5] Garcia et al, “A Suitable FPGA Implementation of Floating-Point Matrix Inversion Based on Gauss-Jordan Elimination», 2011
[6] Ahmedsaid et al, “Accelerating SVD on Reconfigurable Hardware for Image Denoising”, 2004
[7] Kumar et al, “An Approach to Design a Matrix Inversion HW Module using FPGA”, 2014
[8] Irturk et al, “An Efficient FPGA Implementation of Scalable Matrix Inversion Core usign QR Decomposition”, 2009
[9] Norton et al, “An Evaluation of the Xilinx Virtex-4 FPGA for On-Board Processin in an Advanced Imaging System”, 2009
[10] Irturk et al, “An FPGA Design Space Exploration Tool for Matrix Inversion Archiectures”, 2008
[11] Ma et al, “An FPGA-based Singular Value Decomposition Processor ”, 2006
[12] Wu et al, “Approximate Matrix Inversion for High-Throughput Data Detection in the Large-Scale MIMO Uplink ”, 2013
[13] Irturk et al, “Automatic Generation of Decomposition based Matrix Inversion Architectures ”, 2008
[14] Szekowka et al, “CORDIC and SVD Implementation in Digital Hardware ”, 2010
[15] Sergiyenko et al, “Error-Free Computation of Inverse Matrices in FPGA ”, 2013
[16] Rahmati et al, “FPGA Based Singular Value Decomposition for Image Processing Applications ”, 2008
[17] Grammenos et al, “FPGA Design of a Truncated SVD Based Receiver for the detection of SEFDM Signals ”, 2011
[18] Karkooti et al, “FPGA Implementation of Matrix Inversion Using QRD-RLS Algorithm”, 2005
[19] Blace et al, “High level Prototyping and FPGA Implementation of the Orthogonal Matching Pursuit Algorithm ”, 2012
[20] Ahmedsaid et al, “Improved SVD Systolic Array and Implementation on FPGA”, 2003
[21] S. Hu and Q. Yan, “Inversion of Vandermonde Matrices in FPGAs ”, 2004
[22] Ohta et al, “Matrix Decomposition Suitable for FPGA Implementation of N-contnuous OFDM ”, 2014
[23] Chisty et al, “Matrix Inversion Using QR Decomposition by Parabolic Synthesis ”, 2012
[24] Ma et al, “QR Decomposition-Based Matrix Inversion for High Embedded MIMO Receivers ”, 2011
[25] Wernke et al, “Real-Time Data Processing for an Advanced Imaging System Using the Xilinx Virtex-5 FPGA ”, 2009
[26] Ledesma-Carrillo et al, “Reconfigurable FPGA-Based Unit for Singular Value Decomposition of Large mxn Matrices ”, 2011
[27] Wang et al, “Singular Value Decomposition Hardware for MIMO - State of the Art and Custom Design ”, 2010

More Related Content

Viewers also liked

Phoreto - Image enhancement made Simple
Phoreto - Image enhancement made SimplePhoreto - Image enhancement made Simple
Phoreto - Image enhancement made SimpleSandeep Viswanath
 
Image enhancement
Image enhancementImage enhancement
Image enhancementvsaranya169
 
Summer training introduction on embedded
Summer training   introduction on embedded Summer training   introduction on embedded
Summer training introduction on embedded Arshit Rai
 
Point processing
Point processingPoint processing
Point processingpanupriyaa7
 
Final presentation(image enhancement system)
Final presentation(image enhancement system)Final presentation(image enhancement system)
Final presentation(image enhancement system)Hammaad Khan
 
Matlab Image Enhancement Techniques
Matlab Image Enhancement TechniquesMatlab Image Enhancement Techniques
Matlab Image Enhancement TechniquesDataminingTools Inc
 
Image enhancement technique digital image analysis, in remote sensing ,P K MANI
Image enhancement technique  digital image analysis, in remote sensing ,P K MANIImage enhancement technique  digital image analysis, in remote sensing ,P K MANI
Image enhancement technique digital image analysis, in remote sensing ,P K MANIP.K. Mani
 
Image enhancement
Image enhancementImage enhancement
Image enhancementAyaelshiwi
 
Enhancement in spatial domain
Enhancement in spatial domainEnhancement in spatial domain
Enhancement in spatial domainAshish Kumar
 
Image enhancement techniques
Image enhancement techniquesImage enhancement techniques
Image enhancement techniquessakshij91
 
Image enhancement techniques
Image enhancement techniquesImage enhancement techniques
Image enhancement techniquesSaideep
 

Viewers also liked (14)

UIC Thesis Candiloro
UIC Thesis CandiloroUIC Thesis Candiloro
UIC Thesis Candiloro
 
Phoreto - Image enhancement made Simple
Phoreto - Image enhancement made SimplePhoreto - Image enhancement made Simple
Phoreto - Image enhancement made Simple
 
image enhancement
 image enhancement image enhancement
image enhancement
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
 
deona
deonadeona
deona
 
Summer training introduction on embedded
Summer training   introduction on embedded Summer training   introduction on embedded
Summer training introduction on embedded
 
Point processing
Point processingPoint processing
Point processing
 
Final presentation(image enhancement system)
Final presentation(image enhancement system)Final presentation(image enhancement system)
Final presentation(image enhancement system)
 
Matlab Image Enhancement Techniques
Matlab Image Enhancement TechniquesMatlab Image Enhancement Techniques
Matlab Image Enhancement Techniques
 
Image enhancement technique digital image analysis, in remote sensing ,P K MANI
Image enhancement technique  digital image analysis, in remote sensing ,P K MANIImage enhancement technique  digital image analysis, in remote sensing ,P K MANI
Image enhancement technique digital image analysis, in remote sensing ,P K MANI
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
 
Enhancement in spatial domain
Enhancement in spatial domainEnhancement in spatial domain
Enhancement in spatial domain
 
Image enhancement techniques
Image enhancement techniquesImage enhancement techniques
Image enhancement techniques
 
Image enhancement techniques
Image enhancement techniquesImage enhancement techniques
Image enhancement techniques
 

Similar to 2016.04.21 - State of the Art

FPGA-based soft-processors: 6G nodes and post-quantum security in space
 FPGA-based soft-processors: 6G nodes and post-quantum security in space FPGA-based soft-processors: 6G nodes and post-quantum security in space
FPGA-based soft-processors: 6G nodes and post-quantum security in spaceFacultad de Informática UCM
 
Vlsi 2016 17--- m.tech-9581464142
Vlsi 2016 17--- m.tech-9581464142Vlsi 2016 17--- m.tech-9581464142
Vlsi 2016 17--- m.tech-9581464142MSR PROJECTS
 
Computational steering Interactive Design-through-Analysis for Simulation Sci...
Computational steering Interactive Design-through-Analysis for Simulation Sci...Computational steering Interactive Design-through-Analysis for Simulation Sci...
Computational steering Interactive Design-through-Analysis for Simulation Sci...SURFevents
 
Maj_Project_Review-1.pptxiuuhjhgjglkhuhghniuh
Maj_Project_Review-1.pptxiuuhjhgjglkhuhghniuhMaj_Project_Review-1.pptxiuuhjhgjglkhuhghniuh
Maj_Project_Review-1.pptxiuuhjhgjglkhuhghniuhsanthosharumugam9
 
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design SystemIC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design SystemIOSRJVSP
 
Pathways for EOSC-hub and MaX collaboration
Pathways for EOSC-hub and MaX collaborationPathways for EOSC-hub and MaX collaboration
Pathways for EOSC-hub and MaX collaborationEOSC-hub project
 
The Download: Tech Talks by the HPCC Systems Community, Episode 16
The Download: Tech Talks by the HPCC Systems Community, Episode 16The Download: Tech Talks by the HPCC Systems Community, Episode 16
The Download: Tech Talks by the HPCC Systems Community, Episode 16HPCC Systems
 
Introduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin PlatformIntroduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin PlatformSANGHEE SHIN
 
Marek Suplata Projects
Marek Suplata ProjectsMarek Suplata Projects
Marek Suplata Projectsguest14f12f
 
M.Tech VLSI List of new titles for the year 2014
M.Tech VLSI List of new titles for the year 2014 M.Tech VLSI List of new titles for the year 2014
M.Tech VLSI List of new titles for the year 2014 SAK Informatics
 
MATLAB LTE Toolbox Projects Research Help
MATLAB LTE Toolbox Projects Research HelpMATLAB LTE Toolbox Projects Research Help
MATLAB LTE Toolbox Projects Research HelpMatlab Simulation
 
Lecture_IIITD.pptx
Lecture_IIITD.pptxLecture_IIITD.pptx
Lecture_IIITD.pptxachakracu
 

Similar to 2016.04.21 - State of the Art (20)

FPGA-based soft-processors: 6G nodes and post-quantum security in space
 FPGA-based soft-processors: 6G nodes and post-quantum security in space FPGA-based soft-processors: 6G nodes and post-quantum security in space
FPGA-based soft-processors: 6G nodes and post-quantum security in space
 
OpenLMD, Open Laser Metal Deposition
OpenLMD, Open Laser Metal DepositionOpenLMD, Open Laser Metal Deposition
OpenLMD, Open Laser Metal Deposition
 
Vlsi 2016 17--- m.tech-9581464142
Vlsi 2016 17--- m.tech-9581464142Vlsi 2016 17--- m.tech-9581464142
Vlsi 2016 17--- m.tech-9581464142
 
Computational steering Interactive Design-through-Analysis for Simulation Sci...
Computational steering Interactive Design-through-Analysis for Simulation Sci...Computational steering Interactive Design-through-Analysis for Simulation Sci...
Computational steering Interactive Design-through-Analysis for Simulation Sci...
 
Portfolio
PortfolioPortfolio
Portfolio
 
Maj_Project_Review-1.pptxiuuhjhgjglkhuhghniuh
Maj_Project_Review-1.pptxiuuhjhgjglkhuhghniuhMaj_Project_Review-1.pptxiuuhjhgjglkhuhghniuh
Maj_Project_Review-1.pptxiuuhjhgjglkhuhghniuh
 
resume_parbhat
resume_parbhatresume_parbhat
resume_parbhat
 
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design SystemIC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
 
Pathways for EOSC-hub and MaX collaboration
Pathways for EOSC-hub and MaX collaborationPathways for EOSC-hub and MaX collaboration
Pathways for EOSC-hub and MaX collaboration
 
The Download: Tech Talks by the HPCC Systems Community, Episode 16
The Download: Tech Talks by the HPCC Systems Community, Episode 16The Download: Tech Talks by the HPCC Systems Community, Episode 16
The Download: Tech Talks by the HPCC Systems Community, Episode 16
 
B.Tech VLSI projects list
B.Tech VLSI projects listB.Tech VLSI projects list
B.Tech VLSI projects list
 
nikhil.pptx
nikhil.pptxnikhil.pptx
nikhil.pptx
 
Introduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin PlatformIntroduction to mago3D, an Open Source Based Digital Twin Platform
Introduction to mago3D, an Open Source Based Digital Twin Platform
 
Marek Suplata Projects
Marek Suplata ProjectsMarek Suplata Projects
Marek Suplata Projects
 
resume
resumeresume
resume
 
Vlsi b.tech 2014 15
Vlsi b.tech 2014 15Vlsi b.tech 2014 15
Vlsi b.tech 2014 15
 
M.Tech VLSI List of new titles for the year 2014
M.Tech VLSI List of new titles for the year 2014 M.Tech VLSI List of new titles for the year 2014
M.Tech VLSI List of new titles for the year 2014
 
imagefiltervhdl.pptx
imagefiltervhdl.pptximagefiltervhdl.pptx
imagefiltervhdl.pptx
 
MATLAB LTE Toolbox Projects Research Help
MATLAB LTE Toolbox Projects Research HelpMATLAB LTE Toolbox Projects Research Help
MATLAB LTE Toolbox Projects Research Help
 
Lecture_IIITD.pptx
Lecture_IIITD.pptxLecture_IIITD.pptx
Lecture_IIITD.pptx
 

More from HAMSproject

Hardware Acceleration of Computional Fluid Dynamics Simulations in an Oxygena...
Hardware Acceleration of Computional Fluid Dynamics Simulations in an Oxygena...Hardware Acceleration of Computional Fluid Dynamics Simulations in an Oxygena...
Hardware Acceleration of Computional Fluid Dynamics Simulations in an Oxygena...HAMSproject
 
06 - HAMS implementation
06 - HAMS implementation06 - HAMS implementation
06 - HAMS implementationHAMSproject
 
Methods and implementation @ HAMS
Methods and implementation @ HAMSMethods and implementation @ HAMS
Methods and implementation @ HAMSHAMSproject
 
05. HAMS - Market analysis
05. HAMS - Market analysis05. HAMS - Market analysis
05. HAMS - Market analysisHAMSproject
 
Weekly update @ 2016.05.16
Weekly update @ 2016.05.16Weekly update @ 2016.05.16
Weekly update @ 2016.05.16HAMSproject
 
Weekly update @ 10.05.2016
Weekly update @ 10.05.2016Weekly update @ 10.05.2016
Weekly update @ 10.05.2016HAMSproject
 
HAMS weekly update @ 2016.04.29
HAMS weekly update @ 2016.04.29HAMS weekly update @ 2016.04.29
HAMS weekly update @ 2016.04.29HAMSproject
 
04. HAMS - Team Presentation
04. HAMS - Team Presentation04. HAMS - Team Presentation
04. HAMS - Team PresentationHAMSproject
 
HAMS - Weekly Update @ April 14th, 2016
HAMS - Weekly Update @ April 14th, 2016HAMS - Weekly Update @ April 14th, 2016
HAMS - Weekly Update @ April 14th, 2016HAMSproject
 
03. HAMS - Project Scheduling
03. HAMS - Project Scheduling03. HAMS - Project Scheduling
03. HAMS - Project SchedulingHAMSproject
 
02. HAMS - FPGAs because...
02. HAMS - FPGAs because...02. HAMS - FPGAs because...
02. HAMS - FPGAs because...HAMSproject
 
01. HAMS - Introduction
01. HAMS - Introduction01. HAMS - Introduction
01. HAMS - IntroductionHAMSproject
 
HAMS - Product and Prototype
HAMS - Product and PrototypeHAMS - Product and Prototype
HAMS - Product and PrototypeHAMSproject
 

More from HAMSproject (13)

Hardware Acceleration of Computional Fluid Dynamics Simulations in an Oxygena...
Hardware Acceleration of Computional Fluid Dynamics Simulations in an Oxygena...Hardware Acceleration of Computional Fluid Dynamics Simulations in an Oxygena...
Hardware Acceleration of Computional Fluid Dynamics Simulations in an Oxygena...
 
06 - HAMS implementation
06 - HAMS implementation06 - HAMS implementation
06 - HAMS implementation
 
Methods and implementation @ HAMS
Methods and implementation @ HAMSMethods and implementation @ HAMS
Methods and implementation @ HAMS
 
05. HAMS - Market analysis
05. HAMS - Market analysis05. HAMS - Market analysis
05. HAMS - Market analysis
 
Weekly update @ 2016.05.16
Weekly update @ 2016.05.16Weekly update @ 2016.05.16
Weekly update @ 2016.05.16
 
Weekly update @ 10.05.2016
Weekly update @ 10.05.2016Weekly update @ 10.05.2016
Weekly update @ 10.05.2016
 
HAMS weekly update @ 2016.04.29
HAMS weekly update @ 2016.04.29HAMS weekly update @ 2016.04.29
HAMS weekly update @ 2016.04.29
 
04. HAMS - Team Presentation
04. HAMS - Team Presentation04. HAMS - Team Presentation
04. HAMS - Team Presentation
 
HAMS - Weekly Update @ April 14th, 2016
HAMS - Weekly Update @ April 14th, 2016HAMS - Weekly Update @ April 14th, 2016
HAMS - Weekly Update @ April 14th, 2016
 
03. HAMS - Project Scheduling
03. HAMS - Project Scheduling03. HAMS - Project Scheduling
03. HAMS - Project Scheduling
 
02. HAMS - FPGAs because...
02. HAMS - FPGAs because...02. HAMS - FPGAs because...
02. HAMS - FPGAs because...
 
01. HAMS - Introduction
01. HAMS - Introduction01. HAMS - Introduction
01. HAMS - Introduction
 
HAMS - Product and Prototype
HAMS - Product and PrototypeHAMS - Product and Prototype
HAMS - Product and Prototype
 

Recently uploaded

Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up NumberCall Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up NumberMs Riya
 
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...Call Girls in Nagpur High Profile
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝soniya singh
 
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样qaffana
 
Gaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service GayaGaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service Gayasrsj9000
 
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...nagunakhan
 
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一ga6c6bdl
 
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Call Girls Delhi {Rohini} 9711199012 high profile service
Call Girls Delhi {Rohini} 9711199012 high profile serviceCall Girls Delhi {Rohini} 9711199012 high profile service
Call Girls Delhi {Rohini} 9711199012 high profile servicerehmti665
 
Vip Noida Escorts 9873940964 Greater Noida Escorts Service
Vip Noida Escorts 9873940964 Greater Noida Escorts ServiceVip Noida Escorts 9873940964 Greater Noida Escorts Service
Vip Noida Escorts 9873940964 Greater Noida Escorts Serviceankitnayak356677
 
Thane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsThane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsPooja Nehwal
 
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikLow Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查awo24iot
 
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一zul5vf0pq
 
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls KolkataCall Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...Pooja Nehwal
 
Dubai Call Girls O528786472 Call Girls In Dubai Wisteria
Dubai Call Girls O528786472 Call Girls In Dubai WisteriaDubai Call Girls O528786472 Call Girls In Dubai Wisteria
Dubai Call Girls O528786472 Call Girls In Dubai WisteriaUnited Arab Emirates
 
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...ur8mqw8e
 
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一ga6c6bdl
 

Recently uploaded (20)

Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up NumberCall Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
 
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
 
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
 
9953330565 Low Rate Call Girls In Jahangirpuri Delhi NCR
9953330565 Low Rate Call Girls In Jahangirpuri  Delhi NCR9953330565 Low Rate Call Girls In Jahangirpuri  Delhi NCR
9953330565 Low Rate Call Girls In Jahangirpuri Delhi NCR
 
Gaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service GayaGaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service Gaya
 
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
 
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
 
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Delhi {Rohini} 9711199012 high profile service
Call Girls Delhi {Rohini} 9711199012 high profile serviceCall Girls Delhi {Rohini} 9711199012 high profile service
Call Girls Delhi {Rohini} 9711199012 high profile service
 
Vip Noida Escorts 9873940964 Greater Noida Escorts Service
Vip Noida Escorts 9873940964 Greater Noida Escorts ServiceVip Noida Escorts 9873940964 Greater Noida Escorts Service
Vip Noida Escorts 9873940964 Greater Noida Escorts Service
 
Thane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsThane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call Girls
 
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikLow Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
 
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
 
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
定制加拿大滑铁卢大学毕业证(Waterloo毕业证书)成绩单(文凭)原版一比一
 
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls KolkataCall Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
 
Dubai Call Girls O528786472 Call Girls In Dubai Wisteria
Dubai Call Girls O528786472 Call Girls In Dubai WisteriaDubai Call Girls O528786472 Call Girls In Dubai Wisteria
Dubai Call Girls O528786472 Call Girls In Dubai Wisteria
 
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
 
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
 

2016.04.21 - State of the Art

  • 1. Politecnico di Milano Dipartimento di Elettronica, Informazione e Bioingegneria (DEIB) TITOLO XOHW16 Meeting Tizio Caio Tizio.caio@mail.polimi.it Thursday, November 11, 2015 project HAMS Chiara Gatti chiara1.gatti@mail.polimi.it Guido Lanfranchi guido2.lanfranchi@mail.polimi.it STATE OF THE ART April 21th, 2016 NECST Lab, Politecnico di Milano Credits: Shahriar Emil from the Noun Project
  • 2. 2 State of the Art Matlab HDL Coder HW matrix inversion
  • 3. 3 State of the Art Matlab HDL Coder HW matrix inversion - Matrices can not be passed directly as I/O (but can be managed internally) - Requires fixed-point conversion (not directly available for function «inv» and «pinv») - Requires HW-adapted algorithms (eg. CORDIC)  not trivial!
  • 4. 4 State of the Art Matlab HDL Coder HW matrix inversion - Matrices can not be passed directly as I/O (but can be managed internally) - Requires fixed-point conversion (not directly available for function «inv» and «pinv») - Requires HW-adapted algorithms (eg. CORDIC)  not trivial!
  • 5. 5 State of the Art Matlab HDL Coder HW matrix inversion - Matrices can not be passed directly as I/O (but can be managed internally) - Requires fixed-point conversion (not directly available for function «inv» and «pinv») - Requires HW-adapted algorithms (eg. CORDIC)  not trivial! HW Devices Applicative domains Algorithms
  • 6. 6 84% 11% 5% Xilinx Altera other - Virtex II - Virtex 4 FXGO - Virtex 5 - Virtex 7 - RC-1000 Hardware Devices (*) (*) data extracted from 27 papers related to our topic. References at the end
  • 7. 7 APPLICATIONS DIGITAL SIGNAL PROCESSING (DSP) PURE MATHS OTHER SIMULATIONS Applicative domains (*) data extracted from 27 papers related to our topic. References at the end
  • 8. 8 APPLICATIONS DIGITAL SIGNAL PROCESSING (DSP) Image processing Communications Tele, radio, wireless… Data detection PURE MATHS OTHER SIMULATIONS 75% (*) data extracted from 27 papers related to our topic. References at the end
  • 9. 9 APPLICATIONS DIGITAL SIGNAL PROCESSING (DSP) Image processing Communications Tele, radio, wireless… Data detection PURE MATHS OTHER SIMULATIONS 14% (*) data extracted from 27 papers related to our topic. References at the end
  • 10. 10 APPLICATIONS DIGITAL SIGNAL PROCESSING (DSP) Image processing Communications Tele, radio, wireless… Data detection PURE MATHS OTHER SIMULATIONS 1% (*) data extracted from 27 papers related to our topic. References at the end
  • 11. 11 APPLICATIONS DIGITAL SIGNAL PROCESSING (DSP) Image processing Communications Tele, radio, wireless… Data detection PURE MATHS OTHER SIMULATIONS (*) data extracted from 27 papers related to our topic. References at the end
  • 12. 12 Algorithms SVD method°Greville’s algorithm Full rank QR factorization Moore-Penrose Pseudo Inverse* * Corrieu P, «Fast Computation of Moore-Penrose Inverse Matrices», Neural Information Processing, 2005
  • 13. 13 Algorithms SVD method°Greville’s algorithm Full rank QR factorization Moore-Penrose Pseudo Inverse* Let be A = U*∑*V’  then pinv(A) = V*pinv(∑)*U’ * Corrieu P, «Fast Computation of Moore-Penrose Inverse Matrices», Neural Information Processing, 2005
  • 14. 14 Algorithms SVD method°Rank Decomposition QR Method ° Rahmati et al, “FPGA Based Singular Value Decomposition for Image Processing Applications ”, 2008 QR algorithm Computationally efficient Hemkumar, "A systolic VLSI architecture for complex SVD", 1992 Jacobi method More accurate, parallelism Luk, Park, "A proof of convergence for two parallel Jacobi SVD algorithms", 2002 Moore-Penrose Pseudo Inverse*
  • 15. 15 Some results «Reconfigurable FPGA-Based Unit for Singular Value Decomposition of Large m x n Matrices», Ledesma-Carrillo et al., 2011 vs Matlab 7.3.0.267 utilizing 2.4GHz Intel Core Duo Processor
  • 16. 16 Some results Singular Value Matlab* FPGA % error σ1 2.6603 2.7500 3.3718 σ2 2.3113 2.3125 0.0519 Elapsed Time 2.7141 s 24.3143 ms “Reconfigurable FPGA-Based Unit for Singular Value Decomposition of Large m x n Matrices”, Ledesma-Carrillo et al., 2011 SVD Computation of a 32x127 Matrix: this table shows the corresponding singular values with the minimum and maximum estimation errors for the case of a 32 x 127 matrix. This table also shows the elapsed time for the software and hardware implementations. *Matlab 7.3.0.267 utilizing 2.4GHz Intel Core Duo Processor
  • 17. 17 Some results “Reconfigurable FPGA-Based Unit for Singular Value Decomposition of Large m x n Matrices”, Ledesma-Carrillo et al., 2011 Resources Utilization Xilinx Spartan 3 3S1000ft256-4 Altera Cyclone II EP2C35F672C6 Programmable Logic 78% 14% Memory 100% 75% Multipliers 100% 39% Max. Op. Freq. 57.981 MHz 65.928 MHz Resource Utilization of the Proposed FPGA-Based SVD Computation Unit for the 32x127 case study matrix
  • 18. 18 Some results «Reconfigurable FPGA-Based Unit for Singular Value Decomposition of Large m x n Matrices», Ledesma-Carrillo et al., 2011 o Before this work: • non-symmetric matrices up to 8x8 • larger symmetric matrices o After this work: • Large mxn matrices… • but up to 32x127
  • 19. 19 Matlab HDL Coder HW matrix inversion Our contribution vs vs
  • 20. 20 Matlab HDL Coder HW matrix inversion • Managing of the whole interface • It is not needed to write HDL- friendly Matlab code (only function) Our contribution vs
  • 21. 21 Matlab HDL Coder Our contribution vs HW matrix inversion Applicative domains Fluid dynamics simulation of an oxygenator for ECC • Managing of the whole interface • It is not needed to write HDL- friendly Matlab code (only function)
  • 22. 22 Our contribution Matlab HDL Coder Management of larger matrices (up to 8000x8000) vs HW matrix inversion
  • 23. 23 Our contribution Matlab HDL Coder vs Management of larger matrices (up to 8000x8000) through (i) strong parallelism (ii) streaming in data transfer (iii) Xilinx Virtex 7 VC707 HW matrix inversion
  • 24. 24 HAMSproject Contact us! You can find us… hams.necst@gmail.com chiara1.gatti@mail.polimi.it guido2.lanfranchi@mail.polimi.it www.facebook.com/hams.project https://twitter.com/HAMS_project http://www.slideshare.net/HAMSproject https://www.youtube.com/channel/UCaovqRpUc7D_Uf2WJHL0rvA ANY QUESTIONS?
  • 25. 25 References [1] Wang et al, “A CORDIC-Based Dynamically Reconfigurable FPGA Architecture for Signal Processing Algorithms”, 2008 [2] Burian et al, “A Fixed-Point Implementation of Matrix Inversion Using Cholesky Decomposition”, 2004 [3] Bigdeli et al, “A New Pipelined Systolic Array-Based Architecture for Matri Inversion in FPGAs with Kalman Filter Case Study”, 2005 [4] Edmann et al, “A Scalable Pipelined Complex Valued Matrix Inversion Architecture”, 2005 [5] Garcia et al, “A Suitable FPGA Implementation of Floating-Point Matrix Inversion Based on Gauss-Jordan Elimination», 2011 [6] Ahmedsaid et al, “Accelerating SVD on Reconfigurable Hardware for Image Denoising”, 2004 [7] Kumar et al, “An Approach to Design a Matrix Inversion HW Module using FPGA”, 2014 [8] Irturk et al, “An Efficient FPGA Implementation of Scalable Matrix Inversion Core usign QR Decomposition”, 2009 [9] Norton et al, “An Evaluation of the Xilinx Virtex-4 FPGA for On-Board Processin in an Advanced Imaging System”, 2009 [10] Irturk et al, “An FPGA Design Space Exploration Tool for Matrix Inversion Archiectures”, 2008 [11] Ma et al, “An FPGA-based Singular Value Decomposition Processor ”, 2006 [12] Wu et al, “Approximate Matrix Inversion for High-Throughput Data Detection in the Large-Scale MIMO Uplink ”, 2013 [13] Irturk et al, “Automatic Generation of Decomposition based Matrix Inversion Architectures ”, 2008 [14] Szekowka et al, “CORDIC and SVD Implementation in Digital Hardware ”, 2010 [15] Sergiyenko et al, “Error-Free Computation of Inverse Matrices in FPGA ”, 2013 [16] Rahmati et al, “FPGA Based Singular Value Decomposition for Image Processing Applications ”, 2008 [17] Grammenos et al, “FPGA Design of a Truncated SVD Based Receiver for the detection of SEFDM Signals ”, 2011 [18] Karkooti et al, “FPGA Implementation of Matrix Inversion Using QRD-RLS Algorithm”, 2005 [19] Blace et al, “High level Prototyping and FPGA Implementation of the Orthogonal Matching Pursuit Algorithm ”, 2012 [20] Ahmedsaid et al, “Improved SVD Systolic Array and Implementation on FPGA”, 2003 [21] S. Hu and Q. Yan, “Inversion of Vandermonde Matrices in FPGAs ”, 2004 [22] Ohta et al, “Matrix Decomposition Suitable for FPGA Implementation of N-contnuous OFDM ”, 2014 [23] Chisty et al, “Matrix Inversion Using QR Decomposition by Parabolic Synthesis ”, 2012 [24] Ma et al, “QR Decomposition-Based Matrix Inversion for High Embedded MIMO Receivers ”, 2011 [25] Wernke et al, “Real-Time Data Processing for an Advanced Imaging System Using the Xilinx Virtex-5 FPGA ”, 2009 [26] Ledesma-Carrillo et al, “Reconfigurable FPGA-Based Unit for Singular Value Decomposition of Large mxn Matrices ”, 2011 [27] Wang et al, “Singular Value Decomposition Hardware for MIMO - State of the Art and Custom Design ”, 2010