-
Sobel
This Matlab code shows how to perform edge detection by Sobel method in horizontal & vertical direction and the effect of increasing and decreasing the threshold value . Besides, you can try to perform the edge detection by other method in the same ways such as Prewitt , Roberts , Canny and others.
- 2010-11-02 09:15:19下载
- 积分:1
-
hybrid
Simulation of continuous-time system and digital controller
- 2014-09-05 23:10:34下载
- 积分:1
-
AIS
AIS matlab 源程序,可以执行。电脑执行过(AIS matlab source, can be performed. Computer to perform)
- 2021-04-14 11:08:55下载
- 积分:1
-
matlab-basic-insar
源程序为MATLAB代码,主要功能是对干涉SAR数据的基本处理。(The source code for the MATLAB code, the main function is to interferometric SAR data processing.)
- 2020-12-06 22:49:21下载
- 积分:1
-
NSGA2_MATLAB-master
说明: 带精英保留策略的多目标优化算法NSGA II(The basic NSGA-II algorithm)
- 2021-04-01 16:19:08下载
- 积分:1
-
数字通信系统设计
通信的基本功能是传递信息,即由信源产生的信息,通过一定的媒介(即信道)传输,最后被信宿(收信暂)接收。基于MATLAB编码的数字通信系统设计,含调制、加性信道、解调系统等单元。实现已调信号的波形和功率谱密度函数
- 2022-01-25 19:07:10下载
- 积分:1
-
mmse_mpsk
This an adaptive receiver for a direct-sequence spread spectrum (DS-SS) system over an AWGN channel. The adaptive receiver block is modified from the LMS adaptive filter block in DSP Blockset. For DS-SS signal reception, the adaptive filter needs to have multi-rate operation. The input sample rate is equal to chip rate and the output is at symbol rate. Two rates are related by PG, processing gain
- 2005-06-16 10:54:55下载
- 积分:1
-
Linux
LT编码的东西,不知道好不好 就是上传试试(this is lt)
- 2011-04-24 00:09:37下载
- 积分:1
-
Diesel oxidation catalyst kinetic model
matlab代码包含柴油氧化催化剂的模型。
- 2022-05-26 15:08:44下载
- 积分:1
-
同花顺软件数据的提取matlab源码
文件头,固定为16个字节,包括:
byte [6],6
字节长度,固定为 {0x68,0x64,0x31,0x2E,
0x30,0x00},用于识别数据文件类型;
dword,4
字节长度,记录“内容”区域的记录条数;
word,2
字节长度,记录“内容”区域的开始位置;(第184个字节开始,文件头16+列定义168=184)
word,2
字节长度,记录“内容”区域每条记录的字节长度;(168个字节,42
x 4 = 168字节)
word, 2 字节长度,记录“内容”区域列的个数:(42列)
列定义:固定为4
个字节一组,标示一个列,第4 个字节为列内容长度。(42个列字段,每列4个字节,一共168字节)
内容:每天168个字节,42列,前7个依次为日期、开盘、最高、最低、收盘、成交额、成交量、后35个还未使用,全部填充为0xFF。
以此规则,编写MATLAB代码。
- 2023-06-04 23:05:03下载
- 积分:1