-
cpf_costas
COATAS 信号的三次相位函数的matlab程序,写小论文的时候自己编的(cubic phase function of COATAS)
- 2021-04-23 21:28:47下载
- 积分:1
-
Jakes-channel
描述了无线通信中最常见Jakes信道模型,程序简单,注释详细。(this m program mainly describes the Jakes channel model in wireless communication, which helps you understand the channel details.Please refer to it.)
- 2013-08-19 20:14:52下载
- 积分:1
-
rs54
matlab rough set 粗糙集代码 matlab实现(this is a rar for rough set using matlab )
- 2012-09-12 15:17:40下载
- 积分:1
-
matrix
matrix converter is having advantages when compared to traditional converters. the loss are less in this converter.
- 2014-01-18 20:44:36下载
- 积分:1
-
fenge
基于GUI的图像分割:在不均匀光照情况下的图像的阈值图像分割(Image segmentation based on GUI: under the condition of non-uniform illumination image threshold image segmentation)
- 2014-01-25 10:21:03下载
- 积分:1
-
PMSM_SMO
This is model for Permanent magnet synchronous motor by using SVPWM
This is done using vector control technique
PMSM is made sensorless with the help of sliding modle observer
- 2013-12-23 00:29:56下载
- 积分:1
-
distance_matlab
利用matlab编写的调频连续波测量距离的程序,绝对原创(FM matlab prepared utilizing continuous wave distance measurement procedure, the absolute originality)
- 2020-07-02 04:00:01下载
- 积分:1
-
C_Easy_Ref
Easy C reference for C beginner
- 2010-10-23 13:50:46下载
- 积分:1
-
FA
说明: 因子分析法主程序,输入数据x以及主成分个数,则可以得到因子分析法的结果(Main factor analysis, the input data x and number of principal components, you can get the results of factor analysis)
- 2013-08-16 09:33:33下载
- 积分: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