-
NB
说明: 特征之间非独立的有监督朴素贝叶斯分类算法。参数估计,输入训练集和测试集,得到分类结果和分类准确率(NB)
- 2010-01-26 11:41:03下载
- 积分:1
-
myInterp
线性插值,反映龙格现象,不同插值点数对比(Linear interpolation, reflecting the Runge phenomenon, comparison of different interpolation points)
- 2011-10-20 13:01:34下载
- 积分:1
-
highpass
highpass enhancementfor MRI breast
- 2011-01-19 13:44:42下载
- 积分:1
-
ica_ng
informax 程序,可以分离超高斯及亚高斯源,并且自带有六个源信号(informax program, you can separate super-Gaussian and sub-Gaussian source, and comes with six source signals)
- 2011-05-22 23:08:52下载
- 积分:1
-
mutiply_TSP
用matlab实现遗传算法求解多旅行商问题(solve multiple TSP in Matlab)
- 2013-01-15 21:52:02下载
- 积分:1
-
LPF_WINDOW
基于不同window的LPFdesign( MATLAB programme for window-based FIR low-pass filter design )
- 2013-04-06 22:09:53下载
- 积分: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
-
hasanbuckboostmppt
BUCKBOOST MPPT FOR PV SYSTEM
- 2014-01-26 13:35:24下载
- 积分:1
-
dsp
说明: 数字信号处理中常用的线性卷积和互相关运算(Digital signal processing used in the linear convolution and cross-correlation computation)
- 2008-11-26 21:06:54下载
- 积分:1
-
puncture_text
凿孔的matlab代码,本人调试通过可以直接运行 有凿孔和解凿孔两个部分,加在卷积编码模块后,提高传输速率和信道利用率,但也相应地降低了卷积码的性能(Perforated matlab code, I can run a debugging through reconciliation punctured punctured two parts, plus the convolution coding module, to improve the transmission rate and channel utilization, but also a corresponding decrease in the performance of convolutional codes)
- 2013-07-12 17:26:14下载
- 积分:1