搜索资源列表
res40Iip
- matlab程序实例解析 含有源程序 实例
KEiVvykP
- matlab程序中图形处理解析 关于图形处理的各种方法
GBMM1D.m
- 一维伽辽金型无网格法MATLAB程序 无网格方法采用基于点的近似,可以彻底或部分地消除网格,不需要网格的初始划分和重构,不仅可以保证计算的精度,而且可以大大减小计算的难度。然而,由于目前的无网格近似一般没有解析表达式,且大都基于伽辽金原理,因此计算量很大,要超出传统的有限元法;另外,无网格近似大都是拟合,因此对于位移边界的处理比较困难,多采用拉格朗日乘子法处理。
数值分析及其MATLAB实现
- 本书作者以计算机软件MATLAB为操作平台,将数值分析的理论与上机实验相结合,采用数值解法、解析解法和图形可视化显示并举的全新写作手法,针对本书中介绍的每种具体数值算法,编写了具有人性化和一般化的数值算法、解析解法和图形可视化显示(如果存在的话)并举的MATLAB程序软件包,并且通过实例详细地介绍了这些软件包的使用方法,建立了数值分析机械化MATLAB软件操作平台,使数值方法实现机械化。这些程序有的运行结果可以全面展示数值计算的全过程,有的显示给用户必要的提示,有的输出数值解及其误差限或误差估计
matlab曲面拟合程序
- matlab曲面拟合程序,可以得到函数具体解析式,matlab surface fitting procedure, can be a specific analytical function
OFDMcode.rar
- 完整的OFDM链路程序并作了较为具体的解析从基本的bpsk,qpsk,qam到实际的ofdm系统,cdma链路,mac层仿真分析.,Orthogonal frequency division multiplexing (OFDM) is becoming the chosen modulation technique for wireless communications. OFDM can provide large data rates with sufficient robustnes
schrodinger
- 简单实用matlab中自带eigs函数来解决薛定谔方程,程序简单易用,正确率高,且所得波函数与解析解一样-matlab program for solving schrodinger equation
OFDM_m
- 完整的OFDM链路程序并作了较为具体的解析从基本的bpsk,qpsk,qam到实际的ofdm系统,cdma链路,mac层仿真分析.-Orthogonal frequency division multiplexing (OFDM) is becoming the chosen modulation technique for wireless communications. OFDM can provide large data rates with sufficient robustn
pcm
- 本文是关于A率PCM译码器的设计源程序,程序内有详细的解析可以供参考-This article is about the rate of PCM decoder A design of source code, the program contains a detailed analysis can be used for reference
matlab_programming_examples_of_source_analysis
- matlab程序设计实例源码解析matlab programming examples of source analysis-matlab programming examples of source analysis matlab programming examples of source analysis
matlab-application
- Matlab关于数学和物理问题的27种示范应该和解析,详细,并有程序解释,不可少的专业书啊,特别适合数学和方面的人!-Matlab mathematical and physical problems on the 27 model and should be resolved in detail, and explain the program, essential for professional book ah, especially for mathematics and in pers
《基于MATLAB的数字信号处理》实验报告
- 基于MATLAB的数字信号处理实验报告,内含程序以及详细程序解析(Experimental report of digital signal processing based on MATLAB)
analysic_Sod
- 该程序可用于求解一维激波管的解析解。压缩包文件包含3个matlab程序,用户可以改变初始条件获得一维激波管某时刻下的物理状态。(this matlab codes is developed for solving shock tube problem with one dimenssion)
程序
- 完全适用于摄影测量解析相对和绝对定向的matlab程序文件(Absolute Orientation & Relative Orientation)
Mittag-Leffler函数的Matlab计算程序
- 在整数阶线性系统中,e指数函数是描述解析解的重要函数,在分数阶系统中e指数函数的扩展——Mittag-Leffler函数是特别重要的。该文件是Mittag-Leffler函数的Matlab计算程序。(In integer linear systems, the e exponent function is an important function to describe the analytical solution. In the fractional order system, the e
matlab程序设计实例解析
- 本文通过对 MATLAB 程序设计中的若干典型问题做简要的分析和总结,并 在此基础上着重讨论了有关算法设计、程序的调试与测试、算法与程序的优化以 及循环控制等方面的问题.还通过对一些程序实例做具体解析,来方便读者进行 编程训练并掌握一些有关 MATLAB 程序设计方面的基本概念、基本方法以及某些 问题的处理技巧等.此外,在文章的最后还给出了几个常用数学方法的算法程序, 供读者参考使用.希望能对初学者进行 MATLAB 编程训练提供一些可供参考的材 料,并起到一定的指导和激励作用,进而
卷积神经网络CNN代码解析-matlab
- 卷积神经网络CNN的代码解析文档,可以辅助了解CNN的MATLAB程序实现过程(CNN code analysis document of convolution neural network)
悬臂梁
- 详细说明了利用EFGM求解悬臂梁的程序,给出了解析解以及数值模拟的结果,并以图像的形式表现出来。(The procedure of solving cantilever beam by EFGM is described in detail. The results of analytical solution and numerical simulation are given and presented in the form of images.)
涡旋光束全息与拓扑荷模拟程序
- 利用理论推导的方法,该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.)
CNN代码解析-matlab工具箱
- 卷积神经网络CNN的代码解析文档,可以辅助了解CNN的MATLAB程序实现过程