Radar polyphase code design.
Please download it from the link.http://www.particleswarm.info/Programs.html. All the best
the following code is my work noted in Chinese, Matlab language.
%% 对PSO算法的重新编写,便于理解;
clc;clear;format;close all hidden;delete *.asv;
%% 全局参数初始化
c1=1.49445;c2=c1;maxgen=500;sizeop=100;
% 粒子速度限定
Vmax=1;Vmin=-1;
% 粒子范围限定
popmax=5;popmin=-5;
%% 粒子群参数初始化
for i=1:sizeop
pop(i,:)=5*rand(1,2);
V(i,:)=rand(1,2);
fitness(i,1)=fun(pop(i,:));
end
%% 初始粒子群状态极值状态参数
[Fmin,Find]=min(fitness);
gbest=pop(Find,:);
pbest=pop;
Fpbest=fitness;
%% 迭代搜索
for i=1:maxgen
for j=1:sizeop
% 根据初始群状态更新粒子
V(j,:)=V(j,:)+c1*rand*(pbest(j,:)-pop(j,:))+c2*rand*(gbest-pop(j,:));
% 速度限定
V(j,find(V(j,:)>Vmax))=Vmax;
V(j,find(V(j,:)popmax))=popmax;
pop(j,find(pop(j,:)
Codes of PSO in MATLAB is available here
https://www.researchgate.net/publication/296636431_Codes_in_MATLAB_for_Particle_Swarm_Optimization?ev=prf_pub
Code Codes in MATLAB for Particle Swarm Optimization
https://www.researchgate.net/publication/297245624_Particle_Swarm_Optimization_Algorithm_and_its_Codes_in_MATLAB
Research Particle Swarm Optimization: Algorithm and its Codes in MATLAB
After COVID-19 it has seen that EFL learners technological affiliation has raised. In addition, in the post-COVID period learners started to engage AI technologies like ChatGPT while learning...
08 August 2024 8,964 4 View
How we can cite the papers from ResearchGate. I am trying to create citations for this article, Quantum Machine Learning Algorithms for Optimization Problems: Theory, Implementation, and...
08 August 2024 6,690 3 View
I am currently working on LncRNA; to know the lncRNA-protein interactions I want to do RNA pull down assay, so I need to design primers with T7 promoter. I need assistance in this regard.
07 August 2024 6,622 1 View
I want to refine one XRD peak of my in-situ xrd but the background is never working good which ultimately fails the refinement. How to refine and adjust the background using GSAS-II
05 August 2024 5,291 2 View
Hi, i would like to simulate an absorption process in Aspen Plus. I want to use the NRTL model und would like to add some individual Henry coefficients. Is that possible and how?
05 August 2024 2,333 2 View
Hello everyone, I'm encountering an issue with my electrochemical impedance spectroscopy (EIS) measurements and would appreciate some insights. Experimental Setup: Electrodes: Gold interdigitated...
05 August 2024 3,783 2 View
AI tools like ChatGPT can enhance research work significantly when used responsibly and in conjunction with thorough human oversight.
05 August 2024 1,842 3 View
Have you ever seen a LC-MS/MS method uses both internal standards and external standards (in matrix matching purpose) but the concentrations of internal standards are outside the calibration curve...
05 August 2024 3,084 6 View
Hi everyone, I am working on brain slices for visualizing a protein in the soma and dendrites, using a fluorescence tag. However, I need a tool (not paid) for reconstruction of the whole neuron,...
04 August 2024 4,725 2 View
Citi BLOC Standard Basket Definitions: A standardized unit representing a fixed basket of construction materials, labor, and equipment costs priced in various cities. Purpose: To create a common...
04 August 2024 8,997 1 View
Hello everyone, I recently submitted an article to Geotechnical Engineering (Proceedings of the ICE), and the current status has been listed as "EiC Pre-assessment: Ready" for the past 20 days. I...
10 August 2024 6,493 1 View
I would like to understand potential safety concerns while handling SEB in the lab. Especially while working in animal house facility. Would like to know precautions for handling. Sigma MSDS...
07 August 2024 6,034 3 View
During low-temperature testing, new diffraction peaks that appear could be indicative of several phenomena. In one of our tests, we observed notable new peaks around 40° and 45° in a specific...
06 August 2024 726 3 View
Is it possible to conduct a molecular dynamics simulation to see the effects of a specific carbohydrate on the structure of lipids (e.g., micelle structure)? I am a beginner in this field and plan...
03 August 2024 3,371 3 View
TEP presentation caption (The Environmental Project) Re: Why should Washington’s DC, or any country government point of location think of as nowadays of as to being 'tomorrow as to come! if it...
03 August 2024 2,484 1 View
I am using a windows system, what software I should use for hydration shell analysis with molecular dynamics?
02 August 2024 3,143 4 View
Samuel Morse, the inventor of the Morse Code, understood that certain letters in the English language occurred more frequently than others (Gallistel and King 2010). To deal with this, Morse used...
01 August 2024 4,456 2 View
Is the peer-reviewed publication "MedieKultur: Journal of Media and Communication Research" (ISSN Online: 1901-9726, ISSN Print: 0900-9671) a legitimate and credible scholarly journal in the field...
01 August 2024 629 3 View
Can we patent a process flow diagram developed using a process simulator but no actual cases is carried out? For example consider a process for certain product manufacture where a new process flow...
31 July 2024 781 1 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 969 0 View