-
chebyshev_interp
this m file concerning of the subject of interpolation in numerical math of engineering
- 2010-07-18 14:34:14下载
- 积分:1
-
Erlang
根据Erlang B公式进行程序设计:
(1)输入:话务量、信道数;输出:PC
(2)输入:PC、信道数;输出:最大话务量
根据Erlang C公式进行程序设计:
(1)输入:话务量、信道数;输出:PW[延迟>0]
(2)输入:PW[延迟>0]、信道数;输出:最大话务量
(According to Erlang B formula for program design: (1) Input: traffic, number of channels output: PC (2) input: PC, number of channels output: maximum traffic based on Erlang C formula for program design: (1) Input: traffic, number of channels output: PW [Delay> 0] (2) Input: PW [Delay> 0], the number of channels output: maximum traffic)
- 2021-04-14 15:28:55下载
- 积分:1
-
rls
该程序是一个简单的递推最小二乘法(rls)、共轭梯度法(grad)以及黄金分割法,输入数据,能够计算出来(The program is a simple recursive least squares (RLS), the conjugate gradient method (grad) and golden section method, the input data, can be calculated)
- 2014-09-05 08:41:59下载
- 积分:1
-
IPMSM_sensorless
无传感器控制同步电机simulink仿真模型,已经闭环控制,参数在m文件中。(Sensor-controlled synchronous motor simulink simulation model has closed-loop control, parameter m file.)
- 2013-09-25 20:25:42下载
- 积分:1
-
matlab-coder
MATLAB Coder™ generates standalone C and C++ code from MATLAB
®
code. The generated source code is
portable and readable. MATLAB Coder supports a subset of core MATLAB language features, including program
control constructs, functions, and matrix operations. It can generate MEX functions that let you accelerate
computationally intensive portions of MATLAB code and verify the behavior of the generated code.
- 2013-11-11 21:26:17下载
- 积分: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
-
signal-prossing
Codes related in signal processing course and written in MATLAB. there are pdf files that explain the idea about codes. so there are more than 5 source codes.
- 2011-07-21 13:54:51下载
- 积分:1
-
fuzzyPID
matlab simulink 建模,实现永磁同步电机调速。pid控制(pmsm matlab simulink pid controller)
- 2020-11-20 11:29:37下载
- 积分:1
-
07104035
介绍了系统辨识与自适应中的matlab程序,是学习系统辨识与自适应的好例子(Introduced a system identification and adaptive procedures in matlab)
- 2009-06-23 20:06:10下载
- 积分:1
-
Matlabimageprocessingtoolbook
说明: Matlab图像处理工具手册,介绍一些MATLAB 图像处理命令(Matlab image processing toolkit to introduce some MATLAB image processing commands)
- 2008-09-26 04:18:12下载
- 积分:1