-
modu_classify
以前常有的调制识别程序大多是基于MATLAB的,本程序是基于C语言的实用程序,可以识别AM、FM、DSB、LSB、USB、CW、Noise等模拟调制信号的调制类型,是在实际工程中正在应用的实用程序!(Previous common modulation identification procedures are mostly based on MATLAB, and this program is based on the C language utility can identify the AM, FM, DSB, LSB, USB, CW, Noise and other analog modulation signal modulation type is the actual project utilities are being applied!)
- 2009-09-26 19:05:48下载
- 积分:1
-
MatlabAdvancedMaterials
matlab基础讲义以及例子和程序编写,老师推荐(matlab Advanced Materials
)
- 2009-05-09 17:16:48下载
- 积分:1
-
digital_matlab_code
说明: 米特拉的数字信号处理代码,包括fir,iir等滤波器设计文件
(Mitra digital signal processing code)
- 2009-08-24 23:12:59下载
- 积分:1
-
IEEE802.15.4a
the IR-UWB Channel model coded in Matlab simulation
- 2014-10-10 20:05:38下载
- 积分:1
-
sanxiangPWM
三相pwm逆变并网仿真模型,相关研究的人可作参考(Three-phase pwm inverter grid simulation model can be used for studies of human reference)
- 2015-01-15 10:19:27下载
- 积分:1
-
Lab03_Temoche-Gomez-Julio
ejemplos de aplicacion en matlab
- 2012-01-23 04:17:23下载
- 积分:1
-
wheel-rail-contact-creep-force
用于轨道车辆系统动力学中轮轨接触蠕滑力的计算。(For rail vehicle system dynamics in the wheel-rail contact creep force calculations.)
- 2021-02-17 12:09:46下载
- 积分:1
-
molecular-imaging-master
说明: 分子图像处理的软件,但没有数据库,具体操作看操作说明(Molecular image processing software, but there is no database, see the specific operation instructions)
- 2020-06-19 11:20:02下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
matlab
摘 要:针对茄子图像的灰度和颜色特点,利用MATLAB中丰富的图像处理函数,分别进行了色差分割和色调分割。在
色调分割中,采用了自动选取阈值的Otsu法。在去除残留噪音的处理中,采用标注的方法对二值图像的各连通区域进行面积
统计。保留最大面积的区域,从而使分割效果大大改善。利用多参数来衡量分割效果,使评价做到最大程度的客观、合理。(Based on the gray- level and color characteristics of eggp lant image, hue and color- difference segmentation were
conducted by using the rich image p rocessing functions embedded inMATLAB. The auto threshold- adap tivemethod ofOtsu operation
was specially used for hue segmentation. And upon the elimination of the residue noise, labelingmethod for statistical calculation was
introduced for the connected regions of the binary image. Themaximum areaswere p reserved to imp rove segmentation effects. In addi2
tion, multi- indiceswere app lied to assess the effect of segmentation, in order to get impersonal and reasonable assessment)
- 2009-05-12 11:21:14下载
- 积分:1