-
bv_cvxbook
CVX的使用方法 它是一种很有用的MATLAB设计工具(CVX to use it is a very useful design tool MATLAB)
- 2010-07-12 11:54:52下载
- 积分:1
-
new
A MIMO multiplexing system with NT transmit and NR = NT receive antennas is designed.
The main challenge for MIMO systems lies in the non-orthogonality of the transmission channel.
This can be solved by turbo processing.
Turbo channel encoder is used for converting the bits in its suitable form.
Then different M-ary QAM is compared.
- 2013-11-26 13:15:17下载
- 积分: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
-
ziliao
全数字接收机中符号同步的文档,方法实用,容易实现~~(Symbol synchronization in digital receivers documentation, methods, practical and easy to implement ~ ~)
- 2010-08-26 20:12:35下载
- 积分:1
-
FIR_filter_design_and_implementation
FIR滤波器的一种设计实现,给出了详细的源代码,和原理。(FIR filter design and implementation of a given source code in detail, and principles.)
- 2010-10-26 19:33:12下载
- 积分:1
-
MATLAB-nonlinear-equation
数值分析的非线性方程组的解法,工具使用的是matlab,很简单但很实用。(Numerical analysis of nonlinear equations, solution, tool use matlab, very simple but very practical.)
- 2012-09-04 14:31:26下载
- 积分:1
-
routhtablepaper
说明: 利用Matlab编写程序实现以下功能:以多项式形式输入系统前向通路传递函数和反馈回路传递函数,计算系统开环增益,判定型别,根据控制系统劳斯稳定判据原理,列出得到的任意阶次系统的劳斯表,判定闭环系统稳定性,若不稳定给出具有正实部极点的数目。
(1)根据用户输入的稳定度a,计算稳定的开环增益K的范围;
(2)确定系统的最大稳定度a,计算相应的开环增益K的值。
(The use of Matlab programming to achieve the following functions: polynomial in the form of input system transfer function to the path and feedback loop transfer function, system open-loop gain calculation to determine type, according to Routh stability criterion control system theory, has been listed in the system of arbitrary order Routh table to determine the stability of the closed-loop system, if the stability of a positive real part gives the number of poles.
(1) According to the stability of the user to enter a, calculation of the stability of the open-loop gain of the scope of K
(2) to determine the most stable system a, the calculation of the open-loop gain of the corresponding K value.)
- 2009-08-03 20:23:41下载
- 积分:1
-
MATLAB-audio-AGC
MATLAB下的音频AGC实现 (MATLAB audio AGC )
- 2013-11-14 21:08:19下载
- 积分:1
-
4
说明: 基于matlab简单图像处理系统中用图像平均的方法消除噪声(Matlab eliminate noise using a simple image processing system based on the method of averaging the image)
- 2014-01-19 22:21:57下载
- 积分:1
-
toup
taup 变换MATLAB代码 可以自己修改(taup transform MATLAB code can make changes to)
- 2010-08-11 10:24:14下载
- 积分:1