Class components in Matlab
catalogue
Class component
Class building block
Class definition code block
Attribute code block
Method code block
Event code block
Complete class
Enumeration class
Class component
Class building block
MATLAB ® Organize the class definition code into modular code blocks separated ...
Posted by jdesilva on Sat, 26 Feb 2022 02:13:22 +0100
Grey correlation and TOPSIS method -- matlab
catalogue
1. Introduction
2. Detailed explanation of algorithm
2.1 index normalization and standardization
2.2} find the maximum and minimum reference vector
2.3} calculate the correlation coefficient with the reference vector
2.4 scoring
3. Case analysis
3.1 reading data
3.2 data standardization
3.3 get the maximum and minimum refere ...
Posted by warren on Thu, 24 Feb 2022 15:48:12 +0100
[speech processing] frequency spectrum analysis of FIR+IIR (high pass + low pass + bandpass) filter of audio signal based on MATLAB [including Matlab source code phase 1732]
1, Introduction to speech processing
1 Characteristics of voice signal Through the observation and analysis of a large number of voice signals, it is found that voice signals mainly have the following two characteristics: ① In the frequency domain, the spectral components of speech signals are mainly concentrated in the range of 300 ~ 3400Hz. ...
Posted by brownka on Tue, 22 Feb 2022 15:00:24 +0100
Creating simple classes in Matlab
catalogue
Create a simple class
Design class
create object
Access properties
Call method
Add constructor
Method Vectorization
overloaded function
BasicClass code list
Create a simple class
Design class
The basic purpose of class is to define the object that encapsulates the data and the operations to be performed on the data. For ...
Posted by ineedhelp on Tue, 22 Feb 2022 02:07:11 +0100
[face recognition] face recognition based on GUI PCA+SVM (accuracy) [Matlab 761]
1, Introduction
1 PCA PCA (Principal Component Analysis) is a commonly used data analysis method. PCA is a method that transforms the original data into a group of data representation with linear independence of each dimension through linear transformation. It can be used to extract the main feature components of data and is often used for dim ...
Posted by Jen_u41 on Sun, 20 Feb 2022 09:27:41 +0100
[leaf recognition] HU moment invariant leaf recognition [Matlab 740]
1, Introduction
This topic is a leaf recognition system based on MATLAB HU moment invariants. By calculating the geometric characteristics of various leaves, we can judge what type of leaves they belong to. Geometric moment was proposed by Hu(Visual pattern recognition by moment invariants) in 1962. It has translation, rotation and scale invar ...
Posted by shamly on Sat, 19 Feb 2022 21:04:07 +0100
[workshop scheduling] production scheduling optimization based on MATLAB particle swarm optimization [Matlab 720]
1, Introduction
Particle swarm optimization (PSO) is a numerical optimization algorithm based on swarm intelligence. It was proposed by social psychologist James Kennedy and electrical engineer Russell Eberhart in 1995. Since the birth of PSO, it has been improved in many aspects. This part will introduce the basic principle and process of par ...
Posted by taskhill on Sat, 19 Feb 2022 13:10:08 +0100
Wireless sensor network location simulation algorithm based on matlab particle swarm optimization
1 Introduction
As one of the 21 most influential technologies in the 21st century and one of the top ten technologies that change the world, Wireless Sensor Networks (WSN) is widely used in industry, transportation, medical treatment, environmental protection, military management and so on. WSN is usually composed of a large number of wireless ...
Posted by intercampus on Sat, 19 Feb 2022 09:28:33 +0100
[face recognition] grayscale classroom population statistics based on matlab GUI [including Matlab source code 602]
1, Introduction
1 subject background This topic is a population statistics system based on matlab. In recent years, many industries have great demand for people flow information, such as bus stops, subway stations, shopping malls, entrances and exits, etc. Through the population statistics system, the flow of people in various places can be co ...
Posted by paulrichards19 on Sat, 19 Feb 2022 06:56:26 +0100
[image denoising] image denoising based on DCT transform matlab source code, including GUI
1, Introduction
1 DCT algorithm: The full name of DCT transform is discrete cosine transform. Discrete cosine transform is equivalent to a discrete Fourier transform whose length is about twice its length. This discrete Fourier transform is performed on a real even function. Through the study of digital signal processing, we know that the spec ...
Posted by britey on Sat, 19 Feb 2022 06:49:34 +0100