资源列表
[单片机(51,AVR,MSP430等)] test
说明:ldpc译码BF判决,内部需要修改,还需要进行部分参数的调整(The BF decision of LDPC decoding needs to be modified internally)<橙鸽> 在 2025-08-31 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] SOM_BP
说明:BP神经网络进行回归预测分析,从表格中读取数据,进行时间序列分析的预测回归(Regression analysis of BP neural network)<xishanw> 在 2025-08-31 上传 | 大小:1kb | 下载:0
[其他小程序] 13.信源数估计MDL算法MATLAB程序
说明:在未知信源个数的情况下的估计算法,附有程序说明(Estimation algorithm in the case of unknown number of sources, with program descr iption)<程序狗gou> 在 2025-08-31 上传 | 大小:1kb | 下载:1
[matlab例程] 遗传算法与ADVISOR联合优化仿真汽车动力传动系统
说明:遗传算法与ADVISOR联合优化仿真汽车动力传动系统(Joint optimization of genetic algorithm and advisor to simulate automobile power transmission system)<东城吴彦祖> 在 2025-08-31 上传 | 大小:1kb | 下载:0
[其他小程序] Kinematic Hardening Plasticity
说明:根据塑性理论,硬化分为随动硬化和等向硬化,这个UMAT是一个随动硬化的例子。(According to the theory of plasticity, hardening is divided into Kinematic hardening and isotropic hardening. This UMAT is an example of Kinematic hardening.)<xiaowei1993> 在 2025-08-31 上传 | 大小:1kb | 下载:2
[其他小程序] zixiangguan
说明:利用自相关算法,得出圆迹SAR点目标的成像,可直接使用(The autocorrelation algorithm is used to obtain the image of circular track SAR point target, which can be used directly)<felics> 在 2025-08-31 上传 | 大小:1kb | 下载:1
[图形图像处理(光照,映射..)] BPP
说明:对于单基地SAR,使用BP算法进行成像,展示回波信号幅度、相位、距离压缩后以及最后成像的图像。(For single base SAR, BP algorithm is used to image, which shows the amplitude, phase, distance compressed and final image of echo signal.)<zjs001> 在 2025-08-31 上传 | 大小:1kb | 下载:1
[matlab例程] 涡旋光束全息与拓扑荷模拟程序
说明:利用理论推导的方法,该matlab程序得出涡旋光束经相位全息光栅接收后一阶衍射光束的解析表达式。(By using the method of theoretical derivation, the analytical expression of the first-order diffraction beam of vortex beam received by phase holographic grating is obtained by MATLAB program.)<xkxkwode> 在 2025-08-31 上传 | 大小:1kb | 下载:1
[matlab例程] MATLABB
说明:MATLAB绘制栅格化地图 %创建具有障碍物的栅格地图 %矩阵中0代表黑色栅格 a = ones(20); a(3,3:7)=0; a(3:10,7)=0; a(10,3:7)=0; a(17,13:17)=0; a(10:17,13)=0; a(10,13:17)=0; a(14,15)=0; b = a; %disp(a(end,end)); b(end+1,end+1) = 0; %disp(b); colormap([0 0 0;1 1 1]); % 创建颜色 %disp(size<ZGRMJFJ> 在 2025-08-31 上传 | 大小:1kb | 下载:0