-
85375519recursivegaborprot
pattern recognization and image processing
- 2009-10-26 21:00:08下载
- 积分:1
-
genetic2
genetic algoritm in matlab in binery form
- 2012-07-27 19:49:15下载
- 积分:1
-
SC-powerful-image-rendering
Useful tool for rendering and outputting information rich images(This function can be used in place of IMAGE, IMAGESC and IMSHOW, but does so much more. It is fast and displays images as they should be- correct aspect ratio, integer magnification, no axes. In addition, it can return the image as an output variable- useful for saving to disk, texture mapping surfaces, and post-rendering manipulation such as overlaying/combining two or more images.
All the MATLAB built-in colormaps are implemented, but without MATLAB s nasty discretization artifacts. Plus, there are many new colormaps which are helpful for viewing more complex data, such as optic flow, likelihoods over images, difference images, segmentations, stereo image pairs (as anaglyphs) and edge-maps with orientation. It also accepts user defined linear and non-linear colormaps.)
- 2013-10-03 22:40:08下载
- 积分: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
-
A-SINS-p2F-Star-Tracker-Integrated-Navigation-Alg
SINS/Star tracker Integrated navigation
- 2015-01-17 15:19:47下载
- 积分:1
-
SVD
通过奇异值分解的方法对数字图像进行压缩达到节省存储空间的目的(Compression of digital image by singular value decomposition to save storage space)
- 2019-03-22 16:23:28下载
- 积分:1
-
some_beamforming_method
多种波束形成源代码,有很好的可扩展性
包括:直接相移波束形成,MVDR波束形成,music波束形成的源程序(A variety of beamforming source code, has very good scalability, including: direct phase-shift beamforming, MVDR beamforming, music source beamforming)
- 2008-05-15 00:32:06下载
- 积分:1
-
matlab-advanced-applications
matlab 高级应用的一些例子,希望对大家有所帮助(matlab examples of advanced applications, we hope to help)
- 2011-10-05 20:22:12下载
- 积分:1
-
malab-simulink
本文档,介绍了基于Matlab中simulink几种信号的调制解调的仿真。比较实用(This document describes the simulation in Matlab simulink several signal modulation and demodulation. More practical)
- 2013-03-18 23:27:46下载
- 积分:1
-
cfd1
管道壁面曲线方程为:
进口位置:;出口位置:(单位:m)
流动条件:;;
计算网格要求:轴向不少于50个网格点,横向不少于30个网格点。(Pipe wall curve equation: Import Location: exit position :( Unit: m) flow conditions: computing grid requirements: axial least 50 grid points, 30 less than the transverse grid points.)
- 2020-11-08 22:09:47下载
- 积分:1