-
Microsoft-Word-
矩量法的matlab程序设计实例,Hallen方程求对称振子天线(Matlab programming examples of the method of moments, dipole antenna for Hallen equation
)
- 2013-09-03 11:09:42下载
- 积分:1
-
SampEn
样本熵值 一种新的不计数自身匹配的统计量,即样本熵(A new sample entropy statistic, that does not count itself matched sample entropy)
- 2013-02-28 18:38:12下载
- 积分:1
-
finitdif
This program computes finite difference formulas of general order.
- 2012-08-19 21:02:43下载
- 积分:1
-
GA-programs
genetic algorithm tool box
- 2013-04-15 05:17:19下载
- 积分:1
-
ProgramingPFEMPwithPmatlab
说明: matlab编写有限元程序 Programing the Finite Element Method 很简单实用 对初学有限元的人很有帮助(matlab finite element program written Programing the Finite Element Method is very simple and useful for beginners who helps the finite element)
- 2011-03-31 08:52:10下载
- 积分:1
-
Practical.Programming.In.Tcl.And.Tk.ed4.Prentice
Practical.Programming.In.Tcl.And.Tk,Tcl/Tk脚本语言最经典的教程,此为第四版(Practical.Programming.In.Tcl.And.Tk. Tcl/Tk scripting language classic handbook, which is the fourth edition)
- 2007-03-21 23:48:23下载
- 积分:1
-
1
说明: matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
Newton-SSpline
观察高次插值多项式的龙格现象:
给定函数f(x)=1/(1+25x^2)(-1<x<1).取等距节点,构造牛顿插值多项式N5(x)和N10(x)及三次样条插值函数S10(x)。分别将三种插值多项式与f(x)的曲线画在同一坐标系上进行比较(Observation of high order polynomial interpolation Runge phenomenon: the given function f (x) = 1/(1+25x ^ 2) (- 1 <x<1).取等距节点,构造牛顿插值多项式N5(x)和N10(x)及三次样条插值函数S10(x)。分别将三种插值多项式与f(x)的曲线画在同一坐标系上进行比较)
- 2020-11-03 20:19:52下载
- 积分:1
-
juliangfa
矩量法是求解电磁场边界值问题中一种行之有效的数值方法.它所做的工作是将积分方程化为差分方程,或将积分方程中积分化为有限求和,从而建立代数方程组,故它的主要工作量是用计算机求解代数方程组.所以,在矩量法求解代数方程组过程中,矩阵规模的大小涉及到占用内存的多少,在很大程度上影响了计算的速度.如何尽可能的减少矩阵存储量,成为加速矩量法计算的关键.此处介绍了方法(MoM is the solution of electromagnetic field boundary value problem in an effective numerical method. It is the work done by integral equations into differential equations, or integral equations into a finite sum of points, so as to establish algebraic equations Therefore, it is the main workload of the computer to solve algebraic equations. Therefore, in the moment method for solving algebraic equations, the matrix size relates to the amount of memory, to a large extent affected the speed of calculation. how to maximize the reduction of matrix storage has become accelerated MoM calculation of the key. introduce the method here)
- 2008-06-08 11:12:09下载
- 积分:1
-
FOC_toruqe_observer
基于SVPWM的电机转速双闭环控制。波形完好,适合学习。(Double Closed Loop Control of Motor Speed Based on SVPWM. Waveform is good, suitable for learning.)
- 2017-05-19 10:04:46下载
- 积分:1