-
SynchronizationForAllDigitalreceivers
全数字接收的同步技术,包括内插器、定时检测器、数字振荡器等部分,是一篇较早比较有参考价值的论文,在学习全数字接收机同步方面重要。作者gardner(Synchronization of all-digital receivers, including interpolator, timing detector, digital oscillator and some other, is an earlier paper are more useful in learning the important aspects of all-digital receiver synchronization. On the gardner)
- 2010-07-15 11:02:30下载
- 积分:1
-
cylinder_LBM_matlab
LBM方法求解流体力学中的圆柱扰流问题,输出动态流场图。(LBM method for solving fluid turbulence in the cylinder problem, the output dynamic flow diagram.)
- 2011-06-10 10:37:49下载
- 积分:1
-
SFLA
simple frog leep algorithm
- 2014-01-25 00:38:10下载
- 积分:1
-
Eye_tracking
Summary: Simple face and eye detection
MATLAB Release: R13
Description: You can use this codes for face detection based on color segmentation and eye region detection. (Summary: Simple face and eye detection MATLAB Release: R13 Description: You can use this codes for face detection based on color segmentation and eye region detection.)
- 2008-01-11 15:09:31下载
- 积分:1
-
digtal-filters
各种滤波器实现,包括卡尔曼、维纳、自适应等实现数字信号处理(some kinds of filters,to realise digtal signals processing)
- 2011-07-10 13:20:00下载
- 积分:1
-
FIR
数字滤波是将输入的信号序列,按规定的算法进行处理,从而得到所期望的输出序列。(Digital filter is the input signal sequence, the algorithms for processing by the regulation, and the desired output sequence is obtained.)
- 2014-09-04 16:48:43下载
- 积分:1
-
phase1-optimal
i want to download the codes
- 2014-12-08 02:36:38下载
- 积分: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
-
multi-colored-image-process
matlab数字图像处理 彩色图像处理部分
含代码和结果显示(matlab image processing color image processing section
Containing the code and the results show)
- 2015-01-25 13:35:15下载
- 积分:1
-
FEM
利用有限元方法求解悬臂梁的振动问题,输入节点数可以算出前六阶振型,计算固有频率(Using the finite element method to solve the vibration problem of a cantilever beam, the input nodes can calculate the first six vibration mode, calculate the natural frequency)
- 2021-04-27 14:58:44下载
- 积分:1