搜索资源列表
Matlab_imageMatlab
- 附录MATLAB 图像处理命令 1.applylut 功能: 在二进制图像中利用lookup 表进行边沿操作。 语法: A = applylut(BW,lut) 举例 lut = makelut( sum(x(:)) == 4 ,2) BW1 = imread( text.tif ) BW2 = applylut(BW1,lut) imshow(BW1) figure, imshow(BW2) 相关命令: makelut 2.best
figure-with-guide
- 一个用于matlab的GUIDE界面的输出表格的程序,可以对表格进行设置大小等性质。-A used to GUIDE the output of the interface of the matlab program of form, can be set to form size character and so on.
eg-fft
- fft1.用Matlab产生正弦波,矩形波,以及白噪声信号,并显示各自时域波形图 2.进行FFT变换,显示各自频谱图,其中采样率,频率、数据长度自选 3.做出上述三种信号的均方根图谱,功率图谱,以及对数均方根图谱 4.用IFFT傅立叶反变换恢复信号,并显示恢复的正弦信号时域波形图-fft1. Using Matlab generated sine wave, rectangular wave, as well as the white noise signal, and displa
WordchangeMATLAB
- 在word中修改matlab 图像,在word中修改matlab 图像-word changge matlab figure
sobeledgedetection
- Sobel Edge Dectection figure
WORD
- I = imread( C:\MATLAB701\toolbox\images\imdemos\coins.png ) imshow(I) figure, imhist(I,64)
Iteration_and_fractal
- 1、 对一个等边三角形,每条边按照Koch曲线的方式进行迭代,产生的分形图称为Koch雪花。编制程序绘制出它的图形,并计算Koch雪花的面积,以及它的分形维数。 2、 自己构造生成元(要有创意),按照图形迭代的方式产生分形图,用计算机编制程序绘制出它的图形,并计算其分形维数。主要用MATLAB编程 -1, for an equilateral triangle, each side in accordance with Koch curve iterative manner, the r
untitled
- A bandpass signal is defined by clear all t=-10:0.06:10 m=3*(cos(2*pi*10*t)+4*sin(2*pi*20*t)) x=6*m.*cos(2*pi*100*t) f0=100 fmax=100 NSamples=256 Amplitude Response plot of x(t) figure(1) subplot(211) plot(t,ab
QAM
- Quadrature Amplitude Modulation (QAM) is demonstrated in matlab using graphical user interface. To use it open QAM figure file.
h
- 图与网络学习,主要是与MATLAB结合的方法-Figure and learning, the main method of combining with MATLAB
aa
- 使用matlab进行时域采样序列分析,得到分析图-Time domain using matlab sampling sequence analysis, analysis of Figure
MATLAB-basic-intensive-training
- 运用MATLAB编程并结合simulink解决简单的电路问题。 自选题目:图1所示为典型的直流电阻电路[3], 含有电压控制的受控电流源VCCS,其中,R1=1Ω,R2= 2Ω, R3=3Ω,US=10V, IS=15A, VCCS= ,现需分析计算电流i1和电压u2 -Combined with the use of MATLAB simulink program to solve simple circuit problems. Optional Title: Figure 1 sh
MATLAB-simulation-of--IF-GPS-signals
- 本论文主要说明数字中频GPS信号的MATLAB仿真,有较详细的仿真图-This thesis describes the MATLAB simulation of the digital IF GPS signals, a more detailed simulation in Figure
MATLAB-GPS
- GPS基本原理以及在matlab下的仿真基本原理以及图,是文献资料-Basic principle of GPS and the basic principle of simulation under matlab and figure, is the literature review
untitled1
- FIGURE MATLAB CODE IN SIMULATION FILE MATLAB
matlab
- 绘制图型曲线,然后求他的绝对值,最后进行对比分析-Draw figure curve, then seek his absolute final comparative analysis
LabVIEW-figure
- labview调用matlab的m文件。-LabVIEW calls the matlab m file.
bit-error-rate-matlab
- 详细说明了应用matlab对数字通信领域一重要指标BER仿真的过程与方法。-Matlab is an ideal tool for simulating digital communications systems, thanks to its easy scr ipting language and excellent data visualization capabilities. One of the most frequent simulation tasks in the fi
Matlab_Figure
- matlab中figure图形的处理技巧,非常实用-The figure matlab graphics processing skills, very useful
wind_rose
- 该程序用于风向玫瑰图的绘制,可绘制16方向的风向玫瑰图。(for windrose figure drawing)