-
Project_4_haze-removal
haze removal code using matlab . software based taken a research paper
- 2014-11-12 15:52:32下载
- 积分:1
-
Array2D(2.2)
一维、二维阵列方向图计算,带各种幅相分布、误差计算等(One-dimensional, two-dimensional array pattern calculation, with a variety of amplitude and phase distribution, the error calculation)
- 2007-12-14 22:50:09下载
- 积分:1
-
PID-Matlab
Aplication PID in Matlab
- 2013-01-31 23:43:42下载
- 积分:1
-
genetic_algo_EXC_NIM_L2O
Genetic algorithm using EXC, NIM and L2O move for solving TSP Problem
- 2013-02-12 21:14:49下载
- 积分:1
-
Shortest-Path
This is the cosde for shortest path algorithm
- 2013-04-21 19:40:04下载
- 积分:1
-
ezydcherar
说明: 用SIMULINK编写的二自由度车建模,一为数据文件,一为建模文件(SIMULINK prepared with the two degree of freedom model cars, as a data file, a document for Modeling)
- 2006-04-12 17:14:51下载
- 积分: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
-
DPSK
利用matlab的m文件,仿真DPSK的差分相干解调法,从发送数据到接收数据,比较完整(Use matlab m files, simulation DPSK differential coherent demodulation method to send data to receive data from a relatively complete)
- 2013-10-26 22:44:25下载
- 积分: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
-
angl
part2 schrodinger solve...
- 2012-08-22 21:44:30下载
- 积分:1