资源列表
粘将Maxwell模型转化为Prony Series
- maxwell模型转换为prony级数,用于粘弹性材料分析计算。(Maxwell model converted to Prony series)
matlab仿真
- 对雷达MTI的matlab仿真,包括消除盲速,不同参差比下的MTI等(Matlam simulation of radar MTI, including elimination of blind speed, MTI under different stagger ratios, etc.)
simulate_Fraunhofer_diffraction_copy
- MATLAB软件实现有关于矩形孔、圆孔、狭缝的夫琅禾费衍射变换,孔径参数、波长、距离可调整(Matlab software realizes Fraunhofer diffraction transformation of rectangular hole, circular hole and slit, and the aperture parameter, wavelength and distance can be adjusted)
轨道角动量仿真matlab
- matlab对轨道角动量的仿真,可以更改波长和模态值以适应光学和电磁应用(Matlab simulation of orbit angular momentum can change the wavelength and mode value to adapt to optical and electromagnetic applications)
涡旋光束空间相位模拟
- 涡旋光束在光束的传播方向上有一个位相项e,而且它拥有一个光束轨道角动量,该matlab程序实现了从一个高斯基模变换到涡旋光束的基本功能。(The vortex beam has a phase term E in the direction of beam propagation, and it has a beam orbit angular momentum. The matlab program realizes the basic function of transforming fro
避障
- 避障仿真,利用matlab软件实现机器人避障功能。(Obstacle avoidance simulation)
粒子群优化
- 粒子群优化matlab源代码 使用matlab编程利用粒子群优化算法解决二维函数优化问题(Source code for PSO Matlab programming using particle swarm optimization algorithm to solve the two-dimensional function optimization problem)
雷达线性调频信号的模糊函数Matlab代码
- 线性调频信号产生及线性调频信号模糊函数例程(LFM signal ambiguity function)
RC
- 蒸发器进口温度对朗肯循环热力学性能的影响。(Effect of evaporator inlet temperature on thermodynamic performance of Rankine cycle.)
自适应遗传算法matlab代码
- 自适应遗传算法matlab代码,效果很好,可以参考使用。(Adaptive genetic algorithm matlab code, the effect is very good, can be used for reference.)
unfinished_tfestimate
- 车辆垂向振动模型系统辨识(需复制至命令窗)(System identification of vertical vibration model of vehicle (to be copied to the command window))
线性卷积的计算
- 1.编制一个计算两个序列线性卷积的程序,计算y(i)=x(m)*h(n),分别绘制x(m)和h(n),以及线性卷积结果y(i)的图形,使用matlab自带的conv函数来验证结果。 2.使用matlab自带的FFT和iFFT程序,实现线性卷积的快速计算,并对计算结果进行绘制。(1. Make a program to calculate the linear convolution of two sequences, calculate y (I) = x (m) * H (n), draw t