Nicht aus der Schweiz? Besuchen Sie lehmanns.de

Algorithm Collections for Digital Signal Processing Applications Using Matlab (eBook)

(Autor)

eBook Download: PDF
2007 | 2007
XVI, 190 Seiten
Springer Netherlands (Verlag)
978-1-4020-6410-4 (ISBN)

Lese- und Medienproben

Algorithm Collections for Digital Signal Processing Applications Using Matlab -  E.S. Gopi
Systemvoraussetzungen
96,29 inkl. MwSt
(CHF 93,95)
Der eBook-Verkauf erfolgt durch die Lehmanns Media GmbH (Berlin) zum Preis in Euro inkl. MwSt.
  • Download sofort lieferbar
  • Zahlungsarten anzeigen

The Algorithms such as SVD, Eigen decomposition, Gaussian Mixture Model, HMM etc. are presently scattered in different fields. There remains a need to collect all such algorithms for quick reference. Also there is the need to view such algorithms in application point of view. This book attempts to satisfy the above requirement. The algorithms are made clear using MATLAB programs.



Dr. E.S. Gopi: 7 Years of Professional experience in academia.

Lecturer since April 2005 - National Institute of Technology, Tiruchi-15 (Formerly called as Regional Engineering College, Government of India).

Senior Lecturer: 2001 -April 2005 Sri Venkateswara College of Engineering, Chennai

1999-2001- Sri Muthukumuran Institute of Technology, Chennai

1998-1999 - Raja Rajeswari Engineering College


The Algorithms such as SVD, Eigen decomposition, Gaussian Mixture Model, HMM etc. are scattered in different fields. There is the need to collect all such algorithms for quick reference. Also there is the need to view such algorithms in application point of view. Algorithm Collections for Digital Signal Processing Applications using MATLAB attempts to satisfy the above requirement. Also the algorithms are made clear using MATLAB programs.

Dr. E.S. Gopi: 7 Years of Professional experience in academia. Lecturer since April 2005 – National Institute of Technology, Tiruchi-15 (Formerly called as Regional Engineering College, Government of India).Senior Lecturer: 2001 –April 2005 Sri Venkateswara College of Engineering, Chennai1999-2001- Sri Muthukumuran Institute of Technology, Chennai1998-1999 - Raja Rajeswari Engineering College

Preface. Acknowledgments.
Chapter 1 ARTIFICIAL INTELLIGENCE.
1 Particle Swarm Algorithm. 1-1 How are the values for the variables 'x' and 'y' are updated in every Iteration? 1-2 PSO Algorithm to maximize the function F(X,Y,Z). 1-3 m-Program for PSO Algorithm. 1-4 Program Illustration.
2 Genetic Algorithm. 2-1 Roulette Wheel Selection Rule. 2-2 Example. 2-2-1 m-Program for Genetic Algorithm. 2-2-2 Program Illustration. 2-3 Classification of Genetic Operators. 2-3-1 Simple Crossover. 2-3-2 Heuristic Crossover. 2-3-3 Arith crossover.
3 Simulated Annealing. 3-1 Simulated Annealing algorithm. 3-2 Example. 3-3 m-program for simulated Annealing.
4 Back propagation Neural Network. 4-1 Single Neuron architecture. 4-2 Algorithm. 4-3 Example. 4-4 m-program for training the Artificial Neural Network for the problem proposed in the previous section.
5 Fuzzy Logic Systems. 5-1 Union and Intersection of two fuzzy sets. 5-2 Fuzzy logic systems. 5-2-1 Algorithm. 5-3 Why Fuzzy logic systems? 5-4 Example. 5-5 m-program for the realization of fuzzy logic system for the Specifications given in section 5-4.
6 Ant Colony Optimization. 6-1 Algorithm. 6-2 Example. 6-3 m-program for finding the optimal order using Ant colony technique for the specifications given in the section 6-2.
Chapter 2 PROBABILITY AND RANDOM PROCESS.
1 Independent Component Analysis. 1-1 ICA for tow mixed signals. 1-1-1 ICA Algorithm. 1-2 m-program for Independent Component Analysis.
2 Gaussian Mixture Model. 2-1 Expectation-Maximization Algorithm. 2-1-1 Expectation stage. 2-1-2 Maximization stage. 2-2 Example. 2-3 m-program for Gaussian Mixture model.
3 K-means Algorithm for Pattern recognition. 3-1 K-means Algorithm. 3-2 Example. 3-3 m-program for the k-means Algorithm applied for the example given in section 3-2.
4 Fuzzy K-means Algorithm for Pattern recognition. 4-1 Fuzzy k-means Algorithm. 4-2 Example. 4-3 m-program for the Fuzzy k-means algorithm applied for the example given in section 4-2.
5 Mean and Variance Normalization. 5-1 Algorithm. 5-2 Example. 5-3 m-program for Mean and Variance Normalization.
Chapter 3 NUMERICAL LINEAR ALGEBRA.
1 Hotelling Transformation. 1-1 Diagonalization of the matrix 'CM'. 1-2 Example. 1-3 m-program for Hotelling Transformation.
2 Eigen Basis. 2-1 Example.
3 Singular Value Decomposition. 3-1 Example.
4 Projection Matrix. 4-1 Projection of the vector 'a' on the vector 'b'. 4-2 Projection of the vector on the plane described by the two columns of the matrix 'X'. 4-2-1 Example 1. 4-2-2 Example 2.
5 Orthonormal Vectors. 5-1 Gram-Schmidt Orthogonalization procedure. 5-2 Example. 5-3 Need for orthonormal basis. 5-4 m-program for Gram-Schmidt Orthogonalization procedure.
6 Computation of the powers of the matrix 'A'.
7 Determination of Kth element in the sequence.
8 Computation of Exponential of the matrix 'A'.
9 Solving Differential equation using Eigen decomposition.
10 Computation of Pseudo Inverse of the matrix 'A'.
11 Computation of Transformation matrices. 11-1 Transformation matrix for Fourier transformation. 11-2 Transformation matrix for Basis co-efficient transformation. 11-3 Transformation matrix for obtaining co-efficient of Eigen basis. 11-4 Transformation matrix for obtaining co-efficient of Wavelet Basis.
12 System stability test using Eigen values.
13 Positive definite matrix test for minimal location of the function f(x1, x2, x3, x4…xn)
14 Wavelet transformation using matrix method. 14-1 Haar Transformation. 14-1-1 Example. 14-1-2 m-program for Haar forward and inverse transformation. 14-2 Daubechies-4 Transformation. 14-2-1 Example. 14-2-2 m-program for Daubechies-4 forward and inverse transformation.
Chapter 4 SELECTED APPLICATIONS.
1 Ear Pattern

Erscheint lt. Verlag 20.9.2007
Zusatzinfo XVI, 190 p.
Verlagsort Dordrecht
Sprache englisch
Themenwelt Mathematik / Informatik Informatik Theorie / Studium
Mathematik / Informatik Mathematik Angewandte Mathematik
Technik Elektrotechnik / Energietechnik
Technik Nachrichtentechnik
Schlagworte algorithms • ant colony • Artificial Intelligence • Calculus • Gaussian Mixture Model • Independent Component Analysis • Logic • MATLAB • Optimization • Particle swarm optimization • projections • Signal Processing
ISBN-10 1-4020-6410-1 / 1402064101
ISBN-13 978-1-4020-6410-4 / 9781402064104
Haben Sie eine Frage zum Produkt?
PDFPDF (Wasserzeichen)
Größe: 8,3 MB

DRM: Digitales Wasserzeichen
Dieses eBook enthält ein digitales Wasser­zeichen und ist damit für Sie persona­lisiert. Bei einer missbräuch­lichen Weiter­gabe des eBooks an Dritte ist eine Rück­ver­folgung an die Quelle möglich.

Dateiformat: PDF (Portable Document Format)
Mit einem festen Seiten­layout eignet sich die PDF besonders für Fach­bücher mit Spalten, Tabellen und Abbild­ungen. Eine PDF kann auf fast allen Geräten ange­zeigt werden, ist aber für kleine Displays (Smart­phone, eReader) nur einge­schränkt geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen dafür einen PDF-Viewer - z.B. den Adobe Reader oder Adobe Digital Editions.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen dafür einen PDF-Viewer - z.B. die kostenlose Adobe Digital Editions-App.

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

Mehr entdecken
aus dem Bereich
Discover tactics to decrease churn and expand revenue

von Peter Armaly; Jeff Mar

eBook Download (2024)
Packt Publishing Limited (Verlag)
CHF 24,60
A practical guide to probabilistic modeling

von Osvaldo Martin

eBook Download (2024)
Packt Publishing Limited (Verlag)
CHF 35,15
Unleash citizen-driven innovation with the power of hackathons

von Love Dager; Carolina Emanuelson; Ann Molin; Mustafa Sherif …

eBook Download (2024)
Packt Publishing Limited (Verlag)
CHF 35,15