-
DE_USAA32PO
差分进化算法优化阵元数位32的直线阵,阵元幅度相位同时优化(DE Linear Array)
- 2010-10-29 21:35:51下载
- 积分:1
-
bdfc
说明: 解波动方程的matlab 程序,分别用L-W格式,MacCormark格式(matlab program)
- 2011-04-12 21:12:14下载
- 积分:1
-
Udddc_simus
用MATLAB实现软软件无线电中DDC的仿真
(DDC soft software radio simulation with MATLAB)
- 2012-07-25 23:28:48下载
- 积分: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
-
ECPoint
A Point on an Elliptic Curve in barycentric (or affine) coordinates.
- 2013-12-06 12:21:05下载
- 积分:1
-
chap9
It is Radar System design and signal prcessing code based on standard algorithm .this is vey important for biggener those who are working on Radar signal processing area.This code contain various chapter. this is basically chapter No9
- 2009-11-02 15:36:51下载
- 积分:1
-
jcontrol
control software matlab mmmnnn
- 2011-08-02 02:44:44下载
- 积分:1
-
matlab
常用的MATLAB变成源代码,对初学者的快速入门很有帮助。(Commonly used MATLAB into the source code for the Quick Start very helpful for beginners.)
- 2009-02-24 15:29:56下载
- 积分:1
-
programs
We have added following files in matlab
1.global thresholding
2.Histogram equalization
3.low and high pass filtering
4.various masks
5.zooming
6.power law
- 2010-02-11 19:29:17下载
- 积分:1
-
MFiles
ou can use this M-file as a guideline for implementing CRC code generation using the Communications Toolbox functionality. This M-file does not include the error detection process, but you can easily use the process specified below to perform the CRC check:
- 2010-05-09 23:45:49下载
- 积分:1