-
corr_LDA
Semi-Supervised Discriminant Analysis (Manifold Regularization Way)
- 2009-04-01 06:14:21下载
- 积分:1
-
easy1
说明: 卫星导航与定位中的easy程序:将原始观测数据O-files转换到GPS时间(week+sow);利用原始观测数据N-files中的时间和星历表计算位置的地心地固坐标;从O-files和N-files获得数据,仅使用伪距,对大于20组的数据进行重复计算,并利用迭代最小二乘法,计算接收机地心地固位置等功能。(Easy program in satellite navigation and positioning: convert the original observation data o-files to GPS time (week + sow); use the time in the original observation data n-files and ephemeris to calculate the geocentric and geocentric coordinates of the location; get the data from o-files and n-files, only use pseudo distance, repeat the calculation of more than 20 groups of data, and use iterative least square method to calculate the receiver geocentric and geocentric Fixed position and other functions.)
- 2020-10-09 14:17:35下载
- 积分:1
-
ew_INCOSE2005_MultidiscipMatlab
case study of multi-disciplinary modeling using MATLAB
- 2013-02-12 23:12:06下载
- 积分:1
-
LabJackECGm-files
it is about binary phase shift keying
- 2011-11-29 21:15:29下载
- 积分:1
-
yizhongxongdezhededed
这是一位博士写的一种新的正弦信号频率估计方法,很有参考意义。(This is a Ph.D. to write a new method of sinusoidal frequency estimation, lot of reference value.)
- 2010-08-21 23:48:44下载
- 积分:1
-
pso
a generic particle swarm optimizer
- 2010-08-31 13:30:54下载
- 积分:1
-
TEXT-BOOK
This is a text book in Digital communication which is very good in understaing
- 2011-07-22 07:34:01下载
- 积分:1
-
元胞自动机模型,模拟高层建筑火灾疏散场景
用蚁群算法做的人口疏散模型,用于消防疏散危机时的仿真系统(sxabxnjsxnxnl;smmskx)
- 2021-01-30 18:08:37下载
- 积分:1
-
Solar-module
太阳电池组件生产厂家通常仅为用户提供产品在标准测试条件(STC)下测出的Isc、Voc、Im、Vm、Pm值,本程序根据这些仅有的工厂测试数据在工程精度下复现光伏电池或之阵列在不同日射、不同温度下的I—V特性。(Solar module manufacturers generally only provide users with products under standard test conditions (STC) measured Isc, Voc, Im, Vm, Pm value, this program is just a plant based on these test data reproduced in the engineering precision PV battery or the array of different insolation, I-V characteristics at different temperatures.)
- 2020-08-23 15:18: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