-
LiScNLS
LiScNLS is a Matlab application for the numerical study of some nonlinear
differential equations of the form Lu=Nu, using the Lyapunov-Schmidt method.
Downloading the LiScNLS package creates a new LiScNLS folder on the computer.(LiScNLS is a Matlab application for the numerical study of some nonlinear differential equations of the form Lu = Nu, using the Lyapunov-Schmidt method.Downloading the LiScNLS package creates a new LiScNLS folder on the computer.)
- 2008-01-15 06:18:38下载
- 积分:1
-
双极性不归零码、双极性归零码和差分码的时域及功率谱密度图的绘制nrzrz
双极性不归零码、双极性归零码和差分码的时域及功率谱密度图的绘制(bipolar not NRZ, bipolar NRZ and difference time-domain code and power spectral density Map)
- 2020-11-17 13:09:39下载
- 积分:1
-
randi_org
simulating random integer numbers
- 2011-09-22 04:43:33下载
- 积分:1
-
burg
最大熵的burg法计算方波信号的功率谱,其中原信号是方波信号+白噪声(Power spectrum method to calculate the maximum entropy burg square wave signal, where the original signal is a square wave signal+ White Noise)
- 2014-10-25 16:07:57下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
isomap
ISOMAP瑞士卷的matlab实现,实现降维功能(matlab realize of ISOMAP)
- 2021-02-05 11:29:57下载
- 积分:1
-
KTHorb
There are numerous MATLAB m-files included in this software package. Thus, the the authors have bundled all files and sample data in a *.zip file (KTHorb.zip). The Readme.txt file describes the directories created when the .zip file is unpacked. The file Matlab_implementation.doc (or Matlab_implementation.txt) describes some of the classes and methods included in the package for GPS satellite orbit interpolation.(There are numerous MATLAB m-files included in this software package. Thus, the the authors have bundled all files and sample data in a*. zip file (KTHorb.zip). The Readme.txt file describes the directories created when the. Zip file is unpacked. The file Matlab_implementation.doc (or Matlab_implementation.txt) describes some of the classes and methods included in the package for GPS satellite orbit interpolation.)
- 2007-12-26 04:10:55下载
- 积分:1
-
ellipsometry.rar
这个程序用来计算单层膜的厚度和折射率的信息,以及可以得到他们的局部分部信息(This file is about the caluation for the thickness and refractiveness of the sample, and the distrbution about it can be obtained)
- 2010-03-11 11:09:00下载
- 积分:1
-
4GReview
说明: 4G通信技术综述,分析4G通信的优势及挑战,关键技术(Overview of 4G communications, analyzing the advantages and challenges of 4G communications, key technology)
- 2010-05-04 22:39:42下载
- 积分:1
-
GraphCutting
matlabGUI编程,实现平面图像的水平分割,显示原图像,分割后矩形图像及分割后矩形四个角点的坐标值(matlabGUI programming, horizontal split plane of the image, display the original image, the rectangular coordinates of the four corner points of the rectangular image after segmentation and segmentation)
- 2014-12-15 11:17:54下载
- 积分:1