-
similar
图像相似判断matlab用于两个图片的相似度进行比较和分析,一个采用巴氏系数计算法。另外一个rfg越接近1则越相似(matlab similar )
- 2014-10-24 17:12:19下载
- 积分:1
-
chap04
matlab实例clearN=100f=zeros(50,50) f(15:35,23:28)=1 figure(1)imshow(f, notruesize )F=fft2(f,N,N) F2=fftshift(abs(F)) figure(2)x=1:N y=1:N mesh(x,y,F2(x,y)) colormap(gray) colorbar(matlab)
- 2009-09-21 09:38:52下载
- 积分:1
-
AuditoryToolbox
matlab 音频处理工具箱 音频编辑 计算频谱分析(audio processing toolbox)
- 2010-09-29 12:01:15下载
- 积分:1
-
Sine-wave
单一频率的正弦相关法动态测试系统的测试方法简单,不需要对系统进行辨识。只需要观察被测系统输出信号的相差和幅值变化。通过扫频的方法测量在不同的频率点下的幅值和相位变化。在工程应用中,只需要知道被测系统的相位变化在正常的范围内就可以视系统的动态性能正常。该仿真算法只是建立了一个模型。在实际运用时还需要变换测试信号的频率和周期。(A single frequency sinusoidal correlation method of testing dynamic testing system is simple, does not require system identification. Only need to observe the difference between the measured system output signal and amplitude change. Swept through the method of measurement points at different frequencies under the amplitude and phase changes. In engineering applications, only need to know the system under test changes in the normal phase it may be possible within the framework of the dynamic performance of the system to normal. The simulation algorithm is the establishment of a model. In the practical application of test signals also needed to change the frequency and periodicity.)
- 2009-11-28 14:29:19下载
- 积分:1
-
fir_lin_phase_lowpass_min_order
Designs a linear phase FIR lowpass filter such that it:
- minimizes the filter order
- has a constraint on the maximum passband ripple
- has a constraint on the maximum stopband attenuation
(This is a quasiconvex problem and can be solved using a bisection.
minimize filter order n
s.t. 1/delta <= H(w) <= delta for w in the passband
|H(w)| <= atten_level for w in the stopband
where H is the frequency response function and variable is
the filter impulse response h (and its order/length).
Data is delta (max passband ripple) and atten_level (max stopband
attenuation level).
)
- 2011-05-27 21:47:34下载
- 积分:1
-
goukun_v24
包括AHP,因子分析,回归分析,聚类分析,GSM中GMSK调制信号的产生,进行逐步线性回归。( Including AHP, factor analysis, regression analysis, cluster analysis, GSM is GMSK modulation signal generation, Stepwise linear regression.)
- 2016-12-06 12:28:44下载
- 积分:1
-
mmWave-MU-MIMO-master
说明: massive mimo multiwave
- 2021-03-06 21:59:29下载
- 积分:1
-
Chapter_10_Example_8
AOA定位,MUSIC算法仿真,值得一看(AOA location, the MUSIC algorithm simulation, worth a visit)
- 2012-05-28 23:57:47下载
- 积分:1
-
PSO2
PSO聚类算法使用的数据是我们归一化后的数据,利用该数据求总的粒子数m,设置聚类数c(c=4,这个可以确定的),随机选择聚类中心并赋值给各个粒子,随机产生粒子的速度;(PSO clustering algorithm using data owned by a data after the data requirements to the total number of particles in m, set the number of clusters c (c = 4, this can be determined), the random selection of cluster centers and assigned to the each particle velocity of the particles, randomly generated )
- 2013-04-07 21:05:06下载
- 积分:1
-
APClustering
APCLUSTER Affinity Propagation Clustering (easy to usemodify, but no sparse capability)
- 2010-09-06 11:02:53下载
- 积分:1