-
duochongfenxing
提供两个小程序,一个是多重分形谱算法;另一个是盒子维数的计算。(Provide two small programs, one is multifractal spectrum algorithm the other is the calculation of box dimension.)
- 2011-02-15 16:13:24下载
- 积分: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
-
mat2figure
快速浏览时间序列数据。而且可以直接创建时间序列的图示,非常方便快捷。(MAT2FIGURE allows you to review timeseries data contained in a matfile very fast and efficiently. Furthermore, the created figure file can be used to distribute these data.
After opening a matfile, mat2figure scans (struct) arrays for vector signals, tries to determine the time signal (if not specified at commandline) and creates a figure with built-in signal browser. Among the features are:
- At signal selector, each signal is marked, whether it s an ordinary signal, just has constant values or is monotonically in-/decreasing
- Signals can be plotted into existing or new subplots, time axes are linked and subplots can be rearranged in up to 6 columns
- snapshots of current plots can be created for switching between different views very fast
- figure can be printed to clipboard, eps- or png-file with hidden menubar
- timeseries data are stored within the figure-file and can be exported to matfile or to workspace
- convenient handling via keyboard shortcuts
- signal viewer)
- 2011-12-01 18:49:02下载
- 积分:1
-
002
一个读取mdl模型的代码,有兴趣可以看一下(read mdl model)
- 2010-10-01 03:51:59下载
- 积分:1
-
OFDMA_Data_mapping
基本的WIMAX802.16d MAC层的实现,注意只仿真了下行
(Basic WIMAX802.16d MAC layer realize and pay attention only to the downlink simulation)
- 2008-03-27 11:53:42下载
- 积分:1
-
fdtd2D
Taflove书的2维时域有限差分完美边界的程序!欢迎下载!(Taflove book two-dimensional finite-difference time-domain boundary perfect program! Welcome to download!)
- 2013-12-16 12:39:42下载
- 积分:1
-
Boxdimension
盒维数,盒维数盒维数盒维数盒维数盒维数盒维数(Box dimension, box dimension box box box dimension dimension dimension dimension box Box dimension)
- 2010-12-04 14:00:37下载
- 积分:1
-
acf-code
it is acf matlab code
- 2013-10-06 06:02:35下载
- 积分:1
-
som
som SOM 算法的 matlab 代码(MATLAT SOURCE CODE OF som ALGORITHM)
- 2013-04-17 16:11:31下载
- 积分:1
-
8
说明: 一种自适应滑模控制器的MATLAB设计程序(An adaptive sliding mode controller design of the MATLAB program)
- 2009-06-16 09:58:04下载
- 积分:1