-
100li
程序100例各种常用例子 有助于初学者学习(Examples of 100 cases of various common procedures will help beginners to learn)
- 2010-11-19 13:23:31下载
- 积分:1
-
Untitled
a.阅读的图像img_1.tif,img_2.png的文件夹中,并
他们展示于一体,这两个数字分别。
(参考函数:imread, imshow, figure, subplot)
b.在matlab,观察从工作区中的图像信息面板
c.分别使用size, imfinfo,whos等功能获得的图像信息
d.添加标题的图像。 (参考函数:title)
Ë 。下面的代码实现的M文件编辑器
f=imread(‘img_1.tif’)
imshow(f)
set(figure(1), NumberTitle , off , Name , my first image’)
观察结果,并确定的功set()
f。保存img_1.tif目录“D: imagetest”。如果该文件夹不
存在,请首先创建这个新的文件夹。 (参考函数:imwrite)
(a. Read the images img_1.tif, img_2.png given in the folder, and
show them in one and two figures respectively.
(referenced function: imread, imshow, figure, subplot)
b. In matlab, observe the images information from the workspace
Panel
c. Use size, imfinfo,whos,etc functions to obtain image information
respectively.
d. Add title to the images. (referenced function: title)
e. Implement the following codes in the M-file Editor
f=imread(‘img_1.tif’)
imshow(f)
set(figure(1), NumberTitle , off , Name , my first image’)
observe the result, and determine the function of set()
f. Save img_1.tif to the directory “d:imagetest”. If the folder does not
exist, please create this new folder first. (referenced function:
imwrite))
- 2013-04-26 09:26:40下载
- 积分:1
-
The-coding-principle-of-courseware-
详细介绍了编码原理的基础知识,是编程的入门级必备教材(Details the basics of coding theory, is an essential textbook entry-level programming)
- 2013-12-23 19:20:12下载
- 积分:1
-
单脉冲和差波束测角程序
单脉冲和差波束测角程序。
此程序实现了线阵8阵元的和差波束测角,利用全阵同时形成两个波束,形成和差波束,随着测量角度的增大其误差也逐渐增大,这是由于这种方法的近似所致和波束扫描时变胖(Single-pulse and beam deviation angle measuring procedures. This program implements linear 8-element array and differential beam angle measurement, using the whole array at the same time to form two beams, beam forming and poor, with the measurement of the angle increases the error also increases, which is a result of this approach approximate due to fat, and beam scan)
- 2021-01-20 19:38:42下载
- 积分:1
-
func_DWT
用于完成小波变换的函数,这个函数与matlab自带的函数不同之处在于它可以返回矩阵,而不是一个行向量(wavelet transform for the completion of the function, Matlab functions and the built-in function of the difference between lies in the fact that it can return to the matrix and vector is not a trip)
- 2007-04-06 13:33:57下载
- 积分:1
-
gardner_simulink
位同步gardner 算法的simulink仿真(bit synchronization algorithm simulink)
- 2020-12-20 01:39:09下载
- 积分:1
-
aaa
医学图像形变配准在图像引导放射治疗中的应用(The Application of deformable Medical Image Registration in Image-guided Radiotherapy)
- 2012-03-15 14:50:55下载
- 积分:1
-
MannKendall
Dijkstra最短路算法通用Matlab程序
- 2010-08-20 21:31:35下载
- 积分:1
-
Hyperspectral-Remote-Sensing
说明: 《Hyperspectral Remote Sensing》是一本关于高光谱遥感图像处理与应用的英文经典书籍,对于学习高光谱遥感图像的人员有很大的帮助。(" Hyperspectral Remote Sensing" is a book on hyperspectral remote sensing image processing and application of the English classics, hyperspectral remote sensing images for learning the staff is very helpful.)
- 2011-03-05 16:56:39下载
- 积分:1
-
modulation
说明: 通信信号相干调制解调源码 Fc=10 %载频
Fs=40 %系统采样频率
Fd=1 %码速率
N=Fs/Fd
df=10
numSymb=25 %进行仿真的信息代码个数
M=2 %进制数(Coherent modulation and demodulation of communication signal source Fc = 10 carrier frequency Fs = 40 systematic sampling frequency Fd = 1 code rate N = Fs/Fd df = 10 numSymb = 25 of the information code to simulate the number of M = 2 hexadecimal number)
- 2008-11-16 20:08:07下载
- 积分:1