-
temperatureModule
The example included here is a simple temperature conversion module that takes user-supplied temperature values specified in either degrees Fahrenheit or degrees Celsius and converts them to the other scale. The example demonstrates how to use the MATLAB® Builder™ JA API to handle temperatures in various different formats (scalars, matrices, cell arrays, and structs).
- 2009-09-07 17:51:05下载
- 积分:1
-
computercontroldesign
matlab以及汇编语言实现的锅炉水位的控。(matlab as well as the assembly language to achieve the control of boiler water level.)
- 2008-04-27 09:58:50下载
- 积分:1
-
Tools-for-NIfTI-and-ANALYZE-image
matlab code for Tools for NIfTI and ANALYZE image
- 2015-02-07 14:22:27下载
- 积分:1
-
zuobiaoxizhuanhuan
GPS中ECEFLLWECI等坐标系的转换,为matlab程序,已打包(GPS ecef,eci,llw...)
- 2012-03-27 19:23:59下载
- 积分:1
-
pwm_rectify
Matlab关于单相PWM整流仿真模块,希望能对大家有用,可以参考下仿真设计(Matlab on the single-phase PWM rectifier simulation module, we hope to be useful, you can refer to the simulation design)
- 2014-03-10 14:30: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
-
AC_AC_Voltage_regulator_circuit
经典单相交交变换电路仿真,基于matlab7.1(Classic single-phase AC conversion circuit simulation, based on matlab7.1)
- 2013-08-27 17:56:26下载
- 积分:1
-
DVB-T-TimingaChannelEstimation
DVB-T 2k模式定时估计Matlab仿真。重新修改了程序。包括DVB-T信号产生,瑞利多径信道衰减,高斯噪声加入。 定时估计的粗定时用极大似然法,细定时用分散导频。首先确定导频模式,再通过相邻导频相关确定定时偏差。此方法适用于瑞利多径信道,高斯信道,也适用于莱斯多径信道。
信道估计利用DVB-T导频,LS估计,导频位置的时间插值,非导频位置频率插值,非常有效。
该程序经过多次运行无误,不足之处在于变量使用不规范,注释简单,读程序很费劲哈。
其特点是均采用经典算法,简单有效为主,对初学者很有帮助滴。(DVB-T 2k signal, timing estimation, channel estimation)
- 2015-02-11 01:32:04下载
- 积分:1
-
NCC_Matlab
归一化交叉相关图像匹配算法(NCC)的Matlab程序,简单易懂!(NCC code)
- 2020-11-12 21:49:45下载
- 积分:1
-
dipum_images_ch04
dipum_images_ch04 matlab编程实例(dipum_images_ch04 matlab Programming Example)
- 2009-09-12 11:12:55下载
- 积分:1