matlab-simulation
matlab-simulation技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
500
matlab-simulation 全部资料 500 份
Code to convert an pgm image to matrix matlab
Code to convert an pgm image to matrix matlab
2014-01-25
181
basice code and example of MatLab about signal processing
basice code and example of MatLab about signal processing
2017-05-27
140
MATLAB在FPGA开发中的应用
这份详尽的资源深入探讨了MATLAB在FPGA开发中的应用,对于希望利用MATLAB强大的算法设计与仿真能力来加速FPGA项目开发的工程师来说,是一份不可或缺的学习材料。内容覆盖从基础概念到高级技巧,包括如何使用HDL Coder将MATL...
2025-11-30
3
重力异常正演MATLAB程序
%球体 close all; G=6.67e-11; R=2;%球体半径 p=4.0;%密度 D=10.0;%深度 M=(4/3)*pi*R^3*p;%质量 x=-20:1:20; g=G*M*D./((x.^2+D^2).^(3/2));...
2019-05-10