-
hallen
海伦方法分析偶极子天线的频率阻抗特性-电阻随频率的变化,电抗随频率的变化(Helen analyze the frequency dipole antenna impedance- resistance changes with frequency, the change of reactance with frequency)
- 2010-05-28 22:52:05下载
- 积分:1
-
mimo(blast)
供初学空时编码(vblast接收)的matlab仿真程序,是关于vblast接收中ML算法的简单的仿真(for novice space-time coding (vblast receiver) Matlab simulation program, on the ML vblast Receiving a simple algorithm simulation)
- 2020-12-09 17:59:19下载
- 积分:1
-
generateGmatrix
这是国标数字电视地面传输中生成矩阵的生成程序,只要按照MATLAB的格式输入国标附录1中的数据,就可以生成完整的G矩阵(This is the national standard of digital TV terrestrial transmission matrix generated in the generation process, as long as the input in accordance with the format of MATLAB Appendix 1 GB of data, we can generate the complete G matrix)
- 2008-05-15 09:52:57下载
- 积分:1
-
FDM2
基于matlab的时分复用和频分复用的方针(based on the time division multiplexing Matlab and frequency division multiplexing approach)
- 2007-06-18 19:40:31下载
- 积分:1
-
New-methods-for-MRI-denoising
New methods for MRI denoising based on sparseness andself-similarity
- 2013-11-16 10:09:46下载
- 积分:1
-
SVM_GUI_3.1[mcode]{by-faruto}
SVM工具箱的GUI界面版,大神做的,下载可用,内有例子。(SVM Toolbox GUI interface version, the great God to do, download available, there are examples.)
- 2020-10-12 23:37:32下载
- 积分:1
-
11
说明: 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:20:03下载
- 积分:1
-
capacitor_clamped
this program is hep full o analyse the multilevel inverter
- 2010-08-20 20:49:43下载
- 积分:1
-
batchML2
递推最小二乘法 系统辨识 参数辨识 matlab仿真(Recursive least squares method)
- 2011-06-16 21:28:32下载
- 积分:1
-
rddata
MIT-BIH 数据库数据读取,滤波,平台为matlab(MIT-BIH database data to read, filter, matlab platform)
- 2011-08-29 17:01:54下载
- 积分:1