-
雷达信号处理的MATLAB仿真
说明: 对脉冲压缩雷达信号处理部分进行matlab仿真。实现脉冲压缩雷达的信号处理主要由A/D采样、正交解调、脉冲压缩、视频积累、恒虚警处理等功能来完成。因此,编写出脉冲压缩雷达信号处理的仿真模型。(The signal processing part of pulse compression radar is simulated by MATLAB. The signal processing of pulse compression radar is mainly completed by a / D sampling, orthogonal demodulation, pulse compression, video accumulation, CFAR processing and other functions. Therefore, the simulation model of pulse compression radar signal processing is compiled.)
- 2020-03-28 17:21:13下载
- 积分:1
-
LabVIEW编写的控制程序,可与Keithley2000万用表通信控制读取参数...
LabVIEW编写的控制程序,可与Keithley2000万用表通信控制读取参数-LabVIEW control program prepared, can be read Keithley2000 multimeter communication control parameters
- 2022-05-23 17:11:27下载
- 积分:1
-
mega8的控制LED走马灯程序,利用ICCAVR编译c程序
mega8的控制LED走马灯程序,利用ICCAVR编译c程序-LED lantern mega8 control procedures, the use of ICCAVR compile c program
- 2022-07-18 08:00:29下载
- 积分:1
-
国外VB游戏源码 打篮球小游戏
国外VB达人开发的VB6.0游戏程序源代码,打篮球小游戏,貌似有意思啊,只可惜代码里的注释也是英文的,本人English很菜的,看不懂,留给高手看吧。嘿嘿,游戏界面如下图所示,编写一些VB小游戏,有参考价值,游戏的开发一般涉及到比较综合的VB编程技巧,因此初学者可多学习一些游戏程序的源码哦。
- 2022-08-06 22:36:36下载
- 积分:1
-
逆变器matlab仿真
基于matlab的逆变器仿真模型,电压外环电流内环双闭环,可以有效的跟踪电网电压实现并网
- 2023-08-17 12:05:03下载
- 积分:1
-
Labview8.2-2
〈Labview 8.2 从入门到精通〉教程的随书光盘第一部分。(从入门到精通> the < Labview 8.2 Tutorial CD-ROM with the first part of the book.)
- 2009-07-21 02:32:20下载
- 积分:1
-
SocketTool4
说明: Network Development Tool
- 2020-06-22 15:20:02下载
- 积分:1
-
AMV转换,是很好用的,哈哈,涨价了乱了解情况
AMV转换,是很好用的,哈哈,涨价了乱了解情况-AMV conversion, is a good use, and says that the increase understanding of the situation of chaos
- 2022-09-02 05:50:03下载
- 积分:1
-
一个简单的示例代码创建一个SPIM装配清单和调用函数
A simple spim assemply example code on creating a list and calling functions
- 2022-04-26 12:35:06下载
- 积分:1
-
lena
说明: SLIC算法是simple linear iterative cluster的简称,该算法用来生成超像素(superpixel)
算法步骤:
已知一副图像大小M*N,可以从RGB空间转换为LAB空间,LAB颜色空间表现的颜色更全面
假如预定义参数K,K为预生成的超像素数量,即预计将M*N大小的图像(像素数目即为M*N)分隔为K个超像素块,每个超像素块范围大小包含[(M*N)/K]个像素
假设每个超像素区域长和宽都均匀分布的话,那么每个超像素块的长和宽均可定义为S,S=sqrt(M*N/K)
遍历操作,将每个像素块的中心点的坐标(x,y)及其lab的值保存起来,加入到事先定义好的集合中(Algorithmic steps:
Given the size of an image M*N, it can be converted from RGB space to LAB space, and the color space of LAB is more comprehensive.
If the predefined parameter K, K is the number of pre-generated super-pixels, i.e., the image of M*N size (the number of pixels is M*N) is expected to be divided into K super-pixel blocks, each of which contains [(M*N)/K] pixels.
Assuming that the length and width of each super-pixel region are evenly distributed, the length and width of each super-pixel block can be defined as S, S = sqrt (M*N/K).
The traversal operation saves the coordinates (x, y) and lab values of the central points of each pixel block and adds them to a pre-defined set.)
- 2019-06-10 14:48:52下载
- 积分:1