-
lxjw
社交能力测试,通过这你可以得知你的社交能力如何(Social skills test, through which you can learn how your social skills)
- 2010-01-27 12:36:32下载
- 积分:1
-
9-(2)
Support for wireless communication: MIMO
- 2013-12-24 21:58:22下载
- 积分:1
-
Lyapunov指数随参数变化的程序
Lyapunov指数随参数变化的程序,可以自行修改计算其他类型。(Lyapunov index with parameters change procedures, can be modified to calculate other types.)
- 2018-10-05 10:37:22下载
- 积分:1
-
boshukongjianMUSIC
空间谱估计中MUSIC算法基于波束空间MUSIC算法,对初学者有一定参考作用
- 2009-04-27 08:34:44下载
- 积分:1
-
zzsep
improvent sep called zsep
- 2021-04-19 12:38:51下载
- 积分:1
-
neera
basic matlab information to study simulink
- 2012-09-11 19:30:47下载
- 积分:1
-
Articulatedvehicle6freedomlinearmodel
建立了铰接车六自由度线性模型,用于分析半挂汽车等铰接列车的动力学分析(Six degrees of freedom to establish a linear model articulated truck, trailer and automobile for the analysis of the dynamics of articulated trains)
- 2010-10-08 11:00:20下载
- 积分:1
-
MATLAB-Primer-8th-Edition
说明: 本书是学习数值方法最新版本matlab实现的好帮手,详细而全的讲解及实现为自学matlab是一本不错的书籍。(This book is the latest version of matlab numerical methods to learn to achieve a good helper, detailed and full realization of the self-presentation as well as matlab is a good book.)
- 2011-03-18 14:42:00下载
- 积分: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
-
MATLAB图像与视频处理实用案例详解试读样章
详细讲解了25个MATLAB图像与视频处理实用案例(含可运行程序),涉及雾霾去噪、答题卡自动阅卷、肺部图像分割、小波数字水印、图像检索、人脸二维码识别、车牌定位及识别、霍夫曼图像压缩、手写数字识别、英文字符文本识别、眼前节组织提取、全景图像拼接、小波图像融合、基于语音识别的音频信号模拟灯控、路面裂缝检测识别、视频运动估计追踪、Simulink图像处理等多项重要技术(Explain in detail the 25 MATLAB image and video processing utility case (including operating procedures), involving haze denoising, sheet automatic marking, lung image segmentation, wavelet digital watermarking, image retrieval, face recognition, license plate location and two-dimensional code recognition, image compression, Hoffman handwritten digit recognition, character recognition, text English anterior segment tissue extraction, panoramic image mosaic, image fusion, light control, analog audio signal of speech recognition pavement crack detection and identification, video tracking, motion estimation of Simulink image processing technology based on a number of important)
- 2020-06-29 06:40:01下载
- 积分:1