-
bpsk8pskqpsk
二进制移相键控,八进制移相键控和多进制移相键控的matlab源代码(2psk,8psk and Qpsk souce codes)
- 2009-07-20 17:02:34下载
- 积分: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
-
ESPRIT-TLS
说明: 用于谐波恢复的ESPRIT方法的SVD-TLS的程序实现,并进行了信号的谐波的恢复仿真实验(For the ESPRIT harmonic retrieval method of SVD-TLS program and conducted the restoration of harmonic signals in simulation)
- 2008-10-29 15:30:02下载
- 积分:1
-
power_3level_converter
三电平变换器的SIMULINK模型,适合三电平变换器及其PWM产生算法的初学者。(This is a simulink model of three level converter, which is suitable for the beginner in this field.)
- 2011-04-22 19:05:21下载
- 积分:1
-
Synthetic-Aperture-Radar-Imaging-Simulated-in-MAT
This thesis further develops a method from ongoing thesis projects with the goal of generating images using synthetic aperture radar (SAR) simulations coded in MATLAB.
- 2011-10-21 17:20:00下载
- 积分:1
-
Gauss
使用高斯消元法解非奇异线性方程组,数值分析(Gaussian elimination method for solving non-singular linear equations, numerical analysis)
- 2013-03-23 16:04:12下载
- 积分:1
-
Denoisewp
说明: 运用小波包分解功能对含噪信号降噪,剔除干扰噪声,提高信号信噪比。(The function of wavelet packet decomposition is used to denoise the noisy signal, eliminate the interference noise and improve the signal-to-noise ratio.)
- 2018-12-26 09:23:27下载
- 积分:1
-
number_for_beginners
Number for Beginners
- 2011-02-12 02:13:11下载
- 积分:1
-
mmse
基于MMSE准则的盲自适应多用户检测算法(Based on MMSE criterion for blind adaptive multiuser detection algorithm)
- 2010-03-08 22:14:57下载
- 积分:1
-
CircleBeamforming
本资料为个人matlab编程的圆阵波束形成算法仿真,包括窄带信号和宽带信号,同时分别提供了时延波束形成、相移波束形成和频域波束形成三种算法。程序完整、调试通过、可运行得到输出。(This information is for personal matlab programming circular array beamforming algorithm simulation, including narrowband signals and wideband signals, respectively, while providing a time delay beamforming, phase shift beamforming and frequency domain beamformer three algorithms. Program integrity, debugging through, you can run to get the output.)
- 2021-03-23 17:59:15下载
- 积分:1