-
SRFTMATLAB-master
滤波器与匹配电路的设计,基于简化实频技术的matlab实现(the SRFT achieves an optimal lter design byusing computer-aided optimization. This code will describe SRFT and a MATLABR
implementation of the
SRFT currently under development)
- 2017-05-05 22:15:16下载
- 积分:1
-
模拟波动方程的有限元程序 FEM
模拟波动方程的有限元程序,计算波场快照,有程序说明!(Simulation of the wave equation, the finite element program, calculate the wave field snapshot, procedural instructions)
- 2020-06-30 00:20:02下载
- 积分:1
-
DOE
说明: 一种数值方法,用于生成样本点。样本点之间具有相关性小,分布均匀的特点。(A numerical method for generating sample points. The sample points have the characteristics of small correlation and uniform distribution.)
- 2019-03-06 09:26:17下载
- 积分:1
-
fangfai
脉冲响应的相关分析算法并检验,计算一维光子晶体的透射特性和反射特性,有较好的参考价值。( Related impulse response analysis algorithm and inspection, Calculated transmission characteristics and reflection characteristics of the one-dimensional photonic crystals, There are good reference value.)
- 2017-03-13 11:43:45下载
- 积分:1
-
RNN-RTRL-train
递归神经网络-实时学习训练算法代码,亲测可用,简洁无误,容易上手。(
Recursive neural network- real-time learning training algorithm code, pro-test available, simple and correct, easy to use.)
- 2021-01-21 09:08:41下载
- 积分:1
-
CodeFEAError-Estimators
Code source of Finite Element Analysis with Error Estimators
- 2021-05-12 19:30:03下载
- 积分:1
-
conductive_dielectric_cylinder
导体柱柱涂覆介质环的电磁散射特性解析计算(Optimization and Analysis of Electromagnetic Scattering Characteristic for conductive Dielectric Cylinder)
- 2011-06-23 22:14:02下载
- 积分:1
-
Generate_SystemMatrix
本程序在matlab中运行。
Generate_SystemMatrix是一个计算OSEM,MLEM迭代图像算法中系统矩阵的函数,其用法Generate_SystemMatrix(pixel),为所要重建图像的大小,一般为64,128,256,pixel也大运算越慢。
里面的diedai-test文件是一个简单的MLEM重建算法,其中要加载SystemMatrix矩阵就是Generate_SystemMatrix(128)的结果,注意如果要运行diedai-test,生成的系统矩阵名要保存为SystemMatrix,否则出错。
testsino是一个正弦图实例,就是MLEM算法中的投影矩阵,机算是数据。(This program is run in matlab. The Generate_SystemMatrix is a calculation of the OSEM, a function of the system matrix MLEM iterative image algorithm, its use Generate_SystemMatrix (pixel) to rebuild the image size, usually 64,128,256, pixel also large computing slower. Inside diedai-test file is a simple MLEM reconstruction algorithm, which load SystemMatrix matrix is the result of Generate_SystemMatrix (128), pay attention to if you want to to run diedai-test, the generated system matrix is saved as SystemMatrix, otherwise an error. testsino instance of a sinogram projection matrix MLEM algorithm, machine be regarded as data.)
- 2020-12-08 14:39:20下载
- 积分:1
-
Matrix
采用随机数产生2到10阶的随机矩阵,并实现了矩阵的相关运算,比如:加减,乘除,求逆,求行列式(Using random Numbers generated random matrix from 2 to 10 order , and achieving relative to the implementation of the matrix operations, such as: add and subtract, multiple and divided, inverse and determinant)
- 2013-07-17 06:40:04下载
- 积分:1
-
single
使用奇异值分解来帮助求解最小二乘问题,特别是在方程系数矩阵不满秩的情况下。(SGELSD computes the minimum-norm solution to a real linear least
* squares problem:
* minimize 2-norm(| b- A*x |)
* using the singular value decomposition (SVD) of A. A is an M-by-N
* matrix which may be rank-deficient.)
- 2009-10-30 16:32:14下载
- 积分:1