-
KNN
说明: 自己的模式识别的作业,matlab实现k近邻算法。(K-Nearest Neighbour algorithm)
- 2010-05-03 06:00:11下载
- 积分:1
-
ellipseselect
交互式绘制任意椭圆交互式绘制任意椭圆交互式绘制任意椭圆(Interactive drawing arbitrary ellipse Interactive drawing arbitrary ellipse Interactive drawing arbitrary ellipse)
- 2012-04-30 19:37:03下载
- 积分:1
-
Matlab_Calc
在Matlab平台开发的基于声音信号传输的无线计算器,需要2台电脑进行测试,测试时部分参数需要修改.(Developed in Matlab platform is based on the wireless audio signal transmission calculator, you need two computers to test, test some parameters need to be modified.)
- 2012-08-02 21:54:00下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
SVMcg
支持向量机参数选择,利用网格搜索法确定支持向量机的惩罚因子和RBF核参数(Support vector machine (SVM) parameters choice, the grid search method is used to determine the punishment factor and RBF kernel parameters of support vector machine (SVM))
- 2015-04-13 19:18:25下载
- 积分:1
-
bp_algorithm
LDPC编码常用的BP译码算法,以及SDMA多址中用到的BP算法的变种-MPA算法。(LDPC coding commonly used BP decoding algorithm, and SDMA multiple access used in the BP algorithm variants-MPA algorithm.)
- 2017-10-24 23:23:07下载
- 积分:1
-
tickets
排队买票,建立N个队列,可以通过熟人插队买票,(Queue ticket, the establishment of N queues, you can jump the queue by acquaintances ticket,)
- 2009-12-13 12:58:50下载
- 积分:1
-
zhijiezhuanju
同步电机直接转矩控制的mdl控制 使用转矩和磁链给定 可以很好的跟踪给定值(Synchronous Motor Direct Torque Control mdl control the use of torque and flux can be a good track given setpoint)
- 2013-08-25 19:39:59下载
- 积分:1
-
sin-signal-phase-noise
该资料是一个matlab仿真程序。实现对噪声中正弦信号相位的估计。利用matlab仿真得到的PDF估计 对不同的信噪比(SNR)情况进行Monte Carlo仿真(This information is a matlab simulation program. Realize sine signal phase noise estimation. Obtained by simulation using matlab PDF estimates different signal to noise ratio (SNR) conducted Monte Carlo simulation.)
- 2013-11-23 19:22:51下载
- 积分:1
-
image-restoration
说明: 图像复原MATLAB程序,实现各种图像模糊的图像恢复程序,非常详尽(image restoration)
- 2011-03-19 15:23:30下载
- 积分:1