[signal processing] PCM modulation, including GUI matlab source code

1, Introduction Digital signals are generated by sampling, quantizing and encoding continuously changing analog signals, which is called PCM (Pulse Code Modulation), that is, Pulse Code Modulation. Pulse code modulation is to transform a time continuous analog signal into a time discrete digital signal, which is transmitted in the channel. P ...

Posted by zenabi on Sat, 18 Dec 2021 12:50:46 +0100

[optimization solution] particle swarm optimization algorithm for distributed energy optimal scheduling problem [Matlab 768]

1, Introduction to particle swarm optimization 1 concept of particle swarm optimization Particle swarm optimization (PSO) is an evolutionary computing technology, which originates from the research on the predation behavior of birds. The basic idea of particle swarm optimization algorithm is to find the optimal solution through the cooperation ...

Posted by jvquach on Sat, 18 Dec 2021 11:17:08 +0100

[Image Encryption] Image Hidden Encryption matlab Source Based on Row and Column Pixel Scrambling+DWT Wavelet Transform

1. Introduction Principle of Wavelet Transform Wavelet transform is a time-scale (time-frequency) analysis method for signals. It is a time-frequency localization analysis method where the window size is fixed and the shape can be changed, and the time window and frequency window can be changed. It is characterized by multi-resolution analysis ...

Posted by xiao on Sat, 18 Dec 2021 10:42:56 +0100

[optimal scheduling] particle swarm optimization algorithm for solving hydro thermal power scheduling optimization problem [matlab phase 1181]

1, Introduction to particle swarm optimization 1 Introduction The group behavior of birds and fish in nature has always been the research interest of scientists. Biologist Craig Reynolds proposed a very influential bird swarm aggregation model in 1987. In his simulation, each individual follows: avoid collision with neighboring individuals: ma ...

Posted by grayson on Sat, 18 Dec 2021 10:33:13 +0100

matlab research on distribution route optimization of fresh or agricultural products (hippo, etc.) [matlab optimization algorithm 18]

Definition of fresh agricultural products Fresh agricultural products refer to primary products such as fresh fruits that can be sold directly on the shelf without further production. At present, fresh agricultural products mainly include fresh vegetables, fruits, flowers, eggs, milk, raw poultry, aquatic products and fresh meat products. Thes ...

Posted by macastor on Sat, 18 Dec 2021 05:43:16 +0100

[crack identification] threshold crack + scratch detection [Matlab 467]

1, Introduction 1 threshold The simplest way to block an image is to set a threshold to binarize the image. How should we choose this threshold For the image with obvious boundary in the histogram of the image, we can easily find this threshold, but if the boundary of the histogram of the image is not obvious, it will become very difficult to ...

Posted by glowball on Fri, 17 Dec 2021 20:34:14 +0100

[practice] CIR estimation of multipath effect

The most important task this week is to write the CIR estimation of multipath effect, so the idea process is collected in a blog for future reference 1 topic interpretation First of all, I can't understand the task topic. What is CIR estimation? When I asked my sister about the channel impulse response, I suddenly thought of the channel e ...

Posted by day_tripperz on Fri, 17 Dec 2021 07:54:40 +0100

[traffic sign recognition] matching traffic sign recognition based on GUI template [matlab phase 1059]

Introduction of template matching algorithm 1 Overview Pattern recognition is to study the automatic processing and interpretation of patterns by solving mathematical models through computers. Among the various methods of pattern recognition, template matching is the easiest one, and its mathematical model is easy to establish. Digital image p ...

Posted by rtconner on Fri, 17 Dec 2021 07:25:08 +0100

[crack identification] pavement crack identification system based on GUI BP neural network [Matlab 1063]

1, Introduction The detection of pavement cracks is an important part of expressway pavement disease maintenance and management. In recent years, pavement crack automatic detection technology has been widely used. Due to the complexity of pavement crack image, the detection algorithm directly affects the accuracy of detection results. Therefor ...

Posted by gassaz on Fri, 17 Dec 2021 05:02:01 +0100

[image denoising] mean filter + median filter + Gaussian low-pass filter + multiple wavelet transform image denoising matlab source code GUI

1, Introduction Mean filtering refers to the pixel value of any point, which is the surroundingThe average of the pixel values. For example, in the following figure, the pixel value of a red dot is the sum of the pixel values of the surrounding blue background area divided by 25, 25 = 55 is the size of the blue area. The detailed calcul ...

Posted by ritter on Fri, 17 Dec 2021 02:08:50 +0100