-
shariq-lab5
WILL HELP IN LAB OF WMCC SUBJECT
- 2012-05-26 00:17:14下载
- 积分:1
-
yuandaima
通信系统仿真原理与无线应用源代码,通信原理(Communication System Simulation Principle and wireless application source code, communication theory)
- 2013-04-20 21:44:38下载
- 积分:1
-
ofdm1
这个源码能够对ofdm系统进行仿真,得出仿真结果,计算误码率(This source can OFDM system simulation, simulation results obtained to calculate the bit error rate)
- 2008-05-26 10:36:09下载
- 积分:1
-
ICP
说明: 著名的ICP算法!matlab源程序,验证可用!(ICP algorithm famous! matlab source code to verify availability!)
- 2008-08-27 17:54:44下载
- 积分:1
-
New-WinRAR-ZIP-archive
simulink models of voltage source rectifier,inverter and converter.
- 2013-10-04 15:49:12下载
- 积分:1
-
Kalman
Kalman filter application
- 2009-10-30 23:54:04下载
- 积分:1
-
buyu
数学建模竞赛练习题-最优捕鱼模型的matlab代码(Mathematical modeling optimal fishing model matlab code. . . . . . . . . . . . . .)
- 2012-08-30 11:16:10下载
- 积分:1
-
Nhan_dang_vat_the
Nhan dang chuyen dong.
- 2012-02-06 05:41:46下载
- 积分:1
-
matlab[1]
介绍了一些简单的MATLAB用法和函数,适合初学者的学习。(Introduces some simple MATLAB usage and function, suitable for beginners to learn.)
- 2010-08-28 11:32:25下载
- 积分: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