-
svpwmnibianqi
svpwm控制逆变器,在matlab simulink仿真环境下运行通过。需要的朋友可以下载。(three phase inverter ,use in the matlab simulink and sucefully pass.)
- 2012-04-22 11:04:54下载
- 积分:1
-
ellipse
ellipse representations
- 2012-06-14 20:49:03下载
- 积分:1
-
zero_pass_1
该函数为求解信号的过零率的matlab函数(matlab function used for the zero—pass of signal)
- 2013-01-30 10:44:29下载
- 积分:1
-
LS6P
最小二乘法(LS)仿真6个参考节点定位一个定位节点,利用RSSI与距离转化的公式求解距离。(Least squares (LS) simulation 6 reference node positioning a positioning node, the use of RSSI and distance into the distance formula to solve.)
- 2011-11-23 10:14:11下载
- 积分:1
-
ode23tx
Solve non-stiff differential equations
- 2012-03-23 07:28:16下载
- 积分:1
-
pr
求脉率的小demo,有任何问题可以联系我。(A demo about the value of pulse rate .If there any questions , you can contact me.)
- 2013-08-07 21:29:01下载
- 积分:1
-
chaocc
混沌时间序列c-c法求时间延迟的matlab程序,内含语句注解,不需要下载混沌工具箱,可直接使用()
- 2012-10-31 14:55:24下载
- 积分:1
-
USample2D
升采样,用于分析ISAR/SAR成像算法成像质量,分析点目标距离向/方位向剖面切片,观察主瓣与旁瓣,也可以用于定性分析不同算法对同一目标点成像质量的好坏。也可用于分析峰值旁瓣比与积分旁瓣比等。(Liter sample for analysis ISAR/SAR imaging algorithm image quality, the analysis points to the target distance/azimuth cross-sectional slices, observe the main lobe and side lobes to be good or bad for the qualitative analysis of different algorithms on the same target image quality. It can also be used to analyze the ratio of peak sidelobe sidelobe integral ratio.)
- 2020-12-07 11:49:22下载
- 积分:1
-
MATLAB代码
将Excel里面的大量数据导入MATLAB软件里面进行画图(A large amount of data in Excel is imported into MATLAB software for drawing)
- 2018-09-15 18:13:25下载
- 积分:1
-
This is the source code to SEEDS superpixels
This is the source code to SEEDS superpixelsThis is the source code to SEEDS superpixels, as described in M. Van den Bergh, X. Boix, G. Roig, B. de Capitani and L. Van Gool, "SEEDS: Superpixels Extracted via Energy-Driven Sampling", ECCV 2012.
The SEEDS class is defined in seeds.h and seeds2.cpp. The method can be run on an RGB image (stored in an UINT* array) by using the following constructor, initialization and iteration methods:
SEEDS(int width, int height, int nr_channels, int nr_bins, int min_size);
void initialize(UINT* image, int seeds_w, int seeds_h, int nr_levels);
void iterate();
The initial size of the superpixels is independent from the image size, and defined by the following 3 parameters: , and . The first two define the minimum block size in the SEEDS algorithm. The defines the number of times this block size is doubled to
- 2023-06-16 08:35:03下载
- 积分:1