-
msh2mlab
this is a matlab code for meshing in finite element method
- 2010-06-03 18:09:57下载
- 积分:1
-
matrix
返回拉普拉斯抠图矩阵,实现用matlab抠图功能(Back matting Laplacian matrix, implemented by the matting function matlab)
- 2011-05-23 10:33:29下载
- 积分:1
-
blackman_harris
blackman_harris窗函数用于加窗的DFT(blackman_harris window function for windowed DFT)
- 2020-07-01 14:00:02下载
- 积分:1
-
usulink
超声仿真的代码,matlab的,对于阵元的发射接收的例子,是很好的学习资料。改代码依附于丹麦理工的fieldtwo,可以参考user guide进行仿真。里面是文本格式的,打开转成.m文件即可(Of ultrasound simulation code, matlab example for the launch of the array element receives a good learning materials. Change the code attached to Danish Polytechnic fieldtwo, can refer to the user guide Simulation)
- 2013-01-23 21:59:52下载
- 积分:1
-
NEWwork1
认知无线电 2比特量化 EGC 硬判决仿真(Cognitive radio, two-bit quantization the EGC hard judgment simulation)
- 2012-07-22 13:16:00下载
- 积分:1
-
ACO
ant colony algorithm for tsp problem
- 2013-03-14 02:37:13下载
- 积分:1
-
QPSK
QPSK的调制解调,跟书上的框图基本如出一辙,希望对大家有帮助。(QPSK modulation and demodulation, the basic block diagram of the book with the same, we want to help.)
- 2010-12-13 15:39:08下载
- 积分:1
-
correntandincorrent
说明: 数字正交解调,解决了相位不一致性能,完成正交解调功能(LFM)
- 2020-12-16 09:59:12下载
- 积分: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
-
MATLAB2
用MATLAB数学建模,模拟 人口增长模型 源程序代码,!!(Using MATLAB mathematical modeling, simulation models of population growth source code! !)
- 2015-04-01 15:18:33下载
- 积分:1