-
untitled
num=[2 1.4 -0.9 -0.158 0.4104 0.0294 -0.0668]
den=[1]
figure(1)
zplane(num,den)
num1=[1 2.7 -12.61 -24.757 66.301 62.072 -126.786]
den1=[1]
figure(2)
zplane(num1,den1)
num2=[0.2 -0.26 1.934 10.413 1.934 -0.26 0.2]
den2=[1]
figure(3)
zplane(num2,den2)
num3=[1.25 0.5 -2.1 -2.1 0.5 1.25]
den3=[1]
figure(4)
zplane(num3,den3)
num4=[1.1 3.12 -2.5 0.6 0.5 0.006 1]
den4=[1]
figure(5)
zplane(num4,den4) (good)
- 2010-11-03 09:48:25下载
- 积分:1
-
Modified_UCA_ESPRIT
单次快拍实现DOA的估计,“Modified UCA-ESPRIT and Modified UCA-ROOT-MUSIC for Estimating Doa of Coherent Signals Using One Snapshot.pdf”文章的配套代码(Modified UCA-ESPRIT and Modified UCA-ROOT-MUSIC for Estimating Doa of Coherent Signals Using One Snapshot.pdf”its code)
- 2021-03-10 15:09:26下载
- 积分:1
-
Genetic-algorithm
基于matlab遗传算法工具箱的算法代码(Genetic algorithm)
- 2014-12-12 16:57:28下载
- 积分:1
-
matlab
MATLAB黄金分割法求最小值,在区间中点的函数值作为返回值。(Golden Section Method MATLAB minimum, midpoint in the range of the function value as the return value.)
- 2010-06-23 00:13:45下载
- 积分:1
-
GSA
Gravitational Search Algorithm By Esmat Rashedi
- 2014-01-26 19:23:45下载
- 积分:1
-
Sherif Mohamed Dec 2018
we shed light on the
potential and implementation of index modulation (IM) techniques for MIMO and multi-carrier communications
systems which are expected to be two of the key technologies for 5G systems. Specifically, we focus on two
promising applications of IM: spatial modulation (SM) and orthogonal frequency division multiplexing with IM
(OFDM-IM), and we discuss the recent advances and future research directions in IM technologies towards spectral
and energy-efficient 5G wireless networks.
- 2019-05-26 04:18:49下载
- 积分:1
-
61IC_S545
基于结构张量的二维和三维图像增强方法,是由D.Kroon在J.Wickert编写程序基础上改进的程序,包含了五种不同的数值离散方案,包括标准离散、非负离散、隐式离散、旋转不变离散以及优化离散。分别包括matlab和c的程序。(Method of Image Enhancement Based on Structure Tensor.It includes five different schemes. )
- 2021-01-11 14:38:49下载
- 积分:1
-
srm
code for statistical region merging algorithm
- 2015-03-07 16:41:45下载
- 积分:1
-
selected_Algorithm_Collections_for_DSP_Application
基于matlab的新型信号处理算法集。包括模拟退火、遗传算法、反向传播神经网络、小波变换等等,对于统计信号处理很有参考价值。(Matlab based on a new type of signal processing algorithms. Including simulated annealing, genetic algorithm, back-propagation neural network, wavelet transform, etc., for statistical signal processing useful reference value.)
- 2009-01-06 13:40:26下载
- 积分:1
-
fuzzy-recognition-of-car
matlab实现停车位车辆检测,主要是利用hough变换实现车道线检测.本程序先是二值化,滤波处理后,利用hough变化检测车道线,故确定车位位置,在车位内根据颜色灰度检测是否有车。(matlab parking space vehicle detection using hough transform lane detection. This procedure first binarization, filtering, hough change detection lane, so to determine the parking position, in the parking according to the color gray-scale detectioncar.)
- 2021-04-28 16:58:44下载
- 积分:1