matlab improved whale algorithm for path optimization

Overview of whale optimization algorithm Whale Optimization Algorithm (WOA) is a meta heuristic algorithm based on humpback whale hunting method proposed by Mirjalili in 2016. It has been successfully applied to various complex discrete optimization problems, such as resource scheduling problem, construction site workflow planning, location an ...

Posted by ee12csvt on Thu, 11 Nov 2021 19:21:09 +0100

Matlab simultaneous implicit functions H(x,y1) and M(x,y2) solve the relationship between the new function C(y1,y2) and the dependent variable x

catalogue 1. Problem description 2. Function image 2.1 image of implicit function H 2.2 image of implicit function M 3. Solutions 3.1 preliminary ideas 3.2 actual situation 3.3 solutions 4. Complete code 5. Exchange and discussion 1. Problem description The known conditions are as follows: ① Implicit function H(x,y1)=   exp(2 ...

Posted by omfgthezerg on Wed, 10 Nov 2021 15:14:48 +0100

❤️ All night liver explosion 20000 word xpath tutorial + practical practice ❤️

1, Must see content!!! 1) Brief introduction XPath is a language for addressing parts of XML documents. It is used in XSLT and is a subset of XQuery. This library can also be used in most other programming languages. 2) Necessary knowledge Understand the basic html and xml syntax and formatNo, if you can't html and xml, more than 2000 c ...

Posted by matchu on Tue, 12 Oct 2021 02:23:17 +0200

Image registration based on matlab GUI Powell+ant colony algorithm

Image registration based on matlab GUI Powell+ant colony algorithm 1. Introduction 1 The origin and development of ant colony algorithm (ACA)Marco Dorigo et al. found that ants can quickly find their target by exchanging their foraging information by secreting a biohormone called pheromone when they are searching for food. In 1991, in his P ...

Posted by Ken2k7 on Sat, 09 Oct 2021 19:23:26 +0200

MATLAB in-depth study S1: MATLAB implementation of simple digital filtering technology

Please note before reading: 1. MATLAB in-depth learning is an in-depth learning based on MATLAB learning notes. Learning this part requires a solid foundation of MATLAB. It is not recommended to learn this content without mastering the basic knowledge. The content of the blog is written and edited by @ K2SO4 potassium and published in the pers ...

Posted by websiteguy on Fri, 08 Oct 2021 12:51:47 +0200

[digital signal modulation] Based on matlab GUI ASK+OOK++BPSK+8PSK+QPSK+AM modulation and demodulation [including Matlab source code phase 1368]

1, Introduction 1 Introduction Modulation: the message signal is placed on a certain parameter of the carrier to form a modulated signal. Demodulation: the inverse process of modulation to recover the message signal from the modulated signal. 2 purpose of modulation In wireless communication, matching channel characteristics, increasing the f ...

Posted by webworks on Wed, 06 Oct 2021 18:22:55 +0200

2021.9.30 - Research on background noise

Research on background noise 1. How is sound generated? Sound is a wave phenomenon that is generated by the vibration of an object, propagates through a medium (air or solid, liquid) and can be perceived by human auditory organs. An object that initially vibrates. Sound vibrates and propagates in the form of waves, so sound is a kind of wave. ...

Posted by pothole_89 on Wed, 29 Sep 2021 19:20:08 +0200

matlab algorithm Part II comprehensive evaluation of entropy weight TOPSIS method

        TOPSIS (technology for order preference by similarity to an ideal solution) was first proposed by C.L.Hwang and K.Yoon in 1981. TOPSIS is a method of ranking according to the proximity between a limited number of evaluation objects and idealized objectives. It is to evaluate the relative advantages and disadvantages ...

Posted by boonika on Tue, 21 Sep 2021 10:42:56 +0200

[Speech Recognition] matlab source recognition based on speech framing+endpoint detection+pitch extraction+DTW algorithm

1. Introduction Dynamic Time Warping (DTW) has a certain history (proposed by Itakura, a Japanese scholar), and its purpose is relatively simple. It is a method to measure the similarity of two time series with different lengths. It is also widely used, mainly in template matching, for example, in isolated word speech recognition (to identify ...

Posted by andym01480 on Mon, 20 Sep 2021 15:20:16 +0200

Using num2cell function in Matlab

catalogue grammar explain Example Convert array to cell array Creates a cell array of numeric arrays Merge multiple dimensions The num2cell function converts an array into a cell array of the same size. grammar C = num2cell(A) C = num2cell(A,dim) Input, specified as any type of multidimensional array.The dimension of A, specified ...

Posted by Braimaster on Sat, 18 Sep 2021 02:36:13 +0200