-
Green-Comm-Journal
green communication journal
- 2014-08-25 14:19:36下载
- 积分:1
-
dualcursor
matlab双动态游标,可动态展示游标所在位置的x,y值,而且可以产生两个游标之间的数据为一个新的图像,方便显示数据的局部。
(matlab double dynamic cursor, dynamically display the cursor location x, y values, and can generate data between two cursor to a new image, to facilitate the display of local data.)
- 2013-05-14 18:06:11下载
- 积分:1
-
mpgwrite
Summary: The MPEG converter takes a MATLAB movie matrix and writes the movie to disk as an MPEG file.
MATLAB Release: R12
Description: MPEG is an ISO standard movie encoding format. The MPEG converter for MATLAB takes a MATLAB movie matrix and writes the movie to disk as an MPEG file with file extension .mpg (MPGWRITE). It also takes an MPEG file and converts it into a MATLAB movie matrix (MPGREAD). (Summary: The MPEG converter takes a MATLAB movie matrix and writes the movie to disk as an MPEG file. MATLAB Release: R12 Description: MPEG is an ISO standard movie encoding format. The MPEG converter for MATLAB takes a MATLAB movie matrix and writes the movie to disk as an MPEG file with file extension. mpg (MPGWRITE). It also takes an MPEG file and converts it into a MATLAB movie matrix (MPGREAD).)
- 2008-01-11 15:12:45下载
- 积分:1
-
qtfm
四元数matlab工具包,包括四元数的各种计算(Quaternion matlab kit including quaternion of a wide variety of computing)
- 2008-06-26 14:57:31下载
- 积分:1
-
Genetic_Algorithm_Final_mindistance
MATLAB SIMULATION FILE TYPE 2 FILE
- 2014-11-21 23:48:27下载
- 积分: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
-
Untitled400
本程序的功能是用牛顿-拉夫逊法进行潮流计算(This program function is to use Newton- rafer Johnson flow calculation method.)
- 2010-11-22 12:41:28下载
- 积分:1
-
guid-of-vc-and-matlab-programming
说明: 详细介绍了用vc和matlab混合编程的开发应用过程,从入门开始直到学会(introduce the programming way of vc and matlab,let s us konw how to use them together you kan study it in detail step by step)
- 2011-03-31 14:54:53下载
- 积分:1
-
underwater
说明: 水声原理,超级经典水声学教材,学习必看,水声学基本理论(Acoustic principles, super classic acoustics materials, learning must see, the basic theory of acoustics)
- 2011-04-02 10:52:32下载
- 积分:1
-
REPORT1
it contains report ,matlab codes for PAPR ofdm reduction techniques like SLM,PTS methods.all are working.
- 2010-06-02 17:22:05下载
- 积分:1