-
Spectrogram-of-a-voice-data
用matlab实现对一段语音数据的语谱图(窄带和宽带)的画图分析(Spectrogram of a voice data (narrowband and broadband), drawing analysis using matlab)
- 2012-06-12 10:38:37下载
- 积分:1
-
cornerMoravec
Moravec corner detection implemented in Matlab
- 2012-07-05 22:38:01下载
- 积分: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
-
basin-of-attraction
利用此程序,可以找出二维离散映射henon map的吸引域(With this program, you can find the two-dimensional discrete domain of attraction map henon map)
- 2021-03-03 16:39:33下载
- 积分:1
-
ComManTel_Matlab
分布式空时码的多符号差分检测,这是IEEE IEEE International Conference on Computing, Management and Telecommunications (ComManTel), Vietnam, April 2014的文章的对应仿真,是作者本人写的程序(Description simulation of the following paper:
M. R. Avendi and Ha H. Nguyen, Multiple-Symbol Differential Detection for Distributed Space-Time Coding, IEEE International Conference on Computing, Management and Telecommunications (ComManTel), Vietnam, April 2014,
Required Products MATLAB
MATLAB release MATLAB 7.13 (R2011b)
)
- 2016-08-20 10:35:39下载
- 积分:1
-
statistics_lognormal
1. 608组样本,第一列数字是标号,第二列数字是出现损坏的时间,第三列表示数据有效性,为0有效
2. 损坏时间是对数正态分布的,需要拟合
3. 求均值80%置信区间
4. 成本为m,价格为s,保证盈利20%,选取保修期
5. 比较保修期和拟合数据的均值
6. 若保修期就是拟合损坏时间的均值,求出利润率
loadd.m:加载样本数据,并选取有效数据
period.m:加载成本、价格数据,计算利润和保修期的关系(1.608 groups of samples, the first number is the label, the second column number is the time to appear damage, the third list shows the validity of the data, which is 0 effective.
2. damage times are logarithmic normal distribution and need to be fitted
3. mean in 80% confidence interval
4. the cost is m, the price is s, the profit is 20%, the warranty period is selected.
5. compare the mean value of the warranty period and the fitting data
6. if the warranty period is to fit the mean damage time, the profit rate is calculated.
Loadd.m: load the sample data and select the valid data
Period.m: loading cost, price data, and calculating the relationship between profit and warranty period)
- 2018-03-05 16:58:00下载
- 积分:1
-
breakout
Breakout a game like arknoid
- 2011-01-27 03:49:31下载
- 积分:1
-
IIR
IIR滤波器设计,包含切比雪夫,巴特沃兹,椭圆等滤波器matlab代码。可直接运行。(IIR filter design, including Chebyshev, Butterworth, oval filter matlab code. Can run.)
- 2013-12-05 22:27:17下载
- 积分:1
-
ISARcode
ISAR成像 包络对齐采用相关法对齐,相位聚焦采用多普勒中心跟踪法 和秩估计法(ISAR imaging envelope alignment using correlation method align phase focusing using the Doppler centroid tracking method and rank estimation method)
- 2021-04-08 20:09:00下载
- 积分:1
-
LW
说明: 各种定位算法的详细说明,有详细的推导过程,并提出了两种TDOA_AOA混合算法。(A detailed description of the various positioning algorithm, detailed derivation process and proposed two TDOA_AOA hybrid algorithm.)
- 2013-05-17 10:37:32下载
- 积分:1