[image steganography] matching image steganography based on matlab GUI LSB [including Matlab source code phase 812]

1, Introduction 1 Introduction to LSB algorithm The full name of LSB is Least Significant Bit (LSB), which is a simple and effective data hiding technology. The basic method of LSB steganography is to replace the lowest bit of the carrier image with the secret information to be embedded. The high-order plane of the original image and the lowes ...

Added by superaktieboy on Tue, 18 Jan 2022 14:25:11 +0200

Non ranging location algorithm of target location algorithm

Non ranging location algorithm This kind of localization algorithm estimates the target by relying on the physical deployment of the observation station and the simple binary detection information of "yes" and "no" of the detected target. There are mainly centroid localization algorithm, weighted centroid localization a ...

Added by jotate on Tue, 18 Jan 2022 06:22:35 +0200

IIR filter design

preface Digital filtering technology is an important part of digital signal processing, and the design of filter is one of the core problems of signal processing. IIR(Infinite Impulse Response) digital filter, also known as "infinite impulse response digital filter" or "recursive filter", is generally considered to have inf ...

Added by TrickyPhillips on Tue, 18 Jan 2022 02:32:01 +0200

MATLAB vector correlation calculation

MATLAB vector type: Row vector Column vector MATLAB line vector: Creates a collection of elements enclosed in square brackets by a row vector, elements separated by spaces or commas. r = [7 8 9 10 11] Execute the above statement and return the following results: r = 7 8 9 10 MATLAB ...

Added by xposed on Mon, 17 Jan 2022 18:05:15 +0200

MATLAB matrix correlation calculation

Addition and subtraction of MATLAB matrix MATLAB matrix can have addition and subtraction operations, but the matrix of two operands must have the same number of rows and columns. Detailed examples Create a script file in MATLAB with the following code: a = [ 1 2 3 ; 4 5 6; 7 8 9];b = [ 7 5 6 ; 2 0 8; 5 7 1];c = a + bd = a - b Ru ...

Added by lives4him06 on Sun, 16 Jan 2022 18:27:23 +0200

Estimate the transfer function model of boost converter (through Matlab&simulink)

This article is a translation learning article for learning. The models and instructions in this article have been redrawn and tested, and can be used. Original address: https://ww2.mathworks.cn/help/ident/ug/estimating-transfer-function-models-for-a-boost-converter.html This example shows how to estimate the transfer function from frequency re ...

Added by zaneosak on Sun, 16 Jan 2022 05:29:19 +0200

Basic knowledge of matlab

Basic mathematical operation symbols SymbolfunctionSymbolfunction+addition-subtraction*Matrix multiplication.*Multiplication, dot multiplication, that is, array multiplication/Right division./Right division of array\be demoted'\'.Array left division (there is no single quotation mark here)^Power.^Array power'Matrix conjugate reprint.'Mat ...

Added by ukalpa on Sun, 16 Jan 2022 04:05:51 +0200

[speed limit sign recognition] speed limit sign recognition based on matlab GUI morphology [including Matlab source code phase 1142]

1, Introduction Mathematical morphology operations can be divided into binary morphology and gray morphology. Gray morphology is extended from binary morphology. Mathematical morphology has two basic operations, namely corrosion and expansion, and corrosion and expansion form open operation and closed operation through combination. The open ope ...

Added by horsefaceba on Sun, 16 Jan 2022 03:52:19 +0200

[kinematics] maneuvering target tracking based on matlab Singer model algorithm [including Matlab source code phase 1157]

1, Introduction Target tracking is a technology that uses the information about the target obtained by various types of sensors to estimate and predict the real state and future state of the target. Target tracking technology is widely used in military and civil fields. With the progress of electronic technology and computer technology, a vari ...

Added by jkraft10 on Sat, 15 Jan 2022 11:03:39 +0200

[speech steganography] digital watermark embedding and extraction of LSB speech signal based on Matlab GUI (with panel) [including Matlab source code phase 1676]

1, Introduction 1 Introduction to LSB algorithm The full name of LSB is Least Significant Bit (LSB), which is a simple and effective data hiding technology. The basic method of LSB steganography is to replace the lowest bit of the carrier image with the secret information to be embedded. The high-order plane of the original image and the lowes ...

Added by youdontmeanmuch on Sat, 15 Jan 2022 06:17:06 +0200