Figure

共 103 篇文章
Figure 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 103 篇文章,持续更新中。

1. 该光盘包含了“信号与系统分析及MATLAB实现”一书的第六章所有程序; 2. 为了方便读者阅读程序

1. 该光盘包含了“信号与系统分析及MATLAB实现”一书的第六章所有程序; 2. 为了方便读者阅读程序,所有程序均采用中文注释。MATLAB的程序编辑器不支持中文显示,用户只需在Word下直接打开源程序文件,即可阅读程序中的中文注释; 3. 程序文件的命名分为以下三种类型: (1) 若为书中例题的程序,则程序文件名一律以ex开头,后面跟4位数字(前两位表示章号,后两位表示例题序号)表示的该

1. 该光盘包含了“信号与系统分析及MATLAB实现”第五章的所有程序; 2. 为了方便读者阅读程序

1. 该光盘包含了“信号与系统分析及MATLAB实现”第五章的所有程序; 2. 为了方便读者阅读程序,所有程序均采用中文注释。MATLAB的程序编辑器不支持中文显示,用户只需在Word下直接打开源程序文件,即可阅读程序中的中文注释; 3. 程序文件的命名分为以下三种类型: (1) 若为书中例题的程序,则程序文件名一律以ex开头,后面跟4位数字(前两位表示章号,后两位表示例题序号)表示的该程序

300 km 传输线和功率补偿仿真 The circuit below represents an equivalent power system feeding a 300 km transmis

300 km 传输线和功率补偿仿真 The circuit below represents an equivalent power system feeding a 300 km transmission line. The line is compensated by a shunt inductor at its receiving end. A circuit breaker allow

figures to latex code generate latex code for matlab figure

figures to latex code generate latex code for matlab figure

解压之后.添加到matlab->file->set path里面,就可以直接运行InvGUI.输入具体的数值后,自动plot figure.

解压之后.添加到matlab->file->set path里面,就可以直接运行InvGUI.输入具体的数值后,自动plot figure.

This program compress and recostruct using wavelets. We can select level of decomposition(here maxim

This program compress and recostruct using wavelets. We can select level of decomposition(here maximum 4 levels are given) of images using selected wavelet. For eg:-wavelets can be haar, db1, db2,dme

附录MATLAB 图像处理命令 1.applylut 功能: 在二进制图像中利用lookup 表进行边沿操作。 语法: A = applylut(BW,lut) 举例 lut = mak

附录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,

容易的方法是调用一个专门用于此目的的函数 DllGetVersion。问题是虽然 comctl32.dll 支持该函数

容易的方法是调用一个专门用于此目的的函数 DllGetVersion。问题是虽然 comctl32.dll 支持该函数,但并不是所有的 DLLs 都具备它。如果不具备 DllGetVersion,那么就得用难的方法——使用 FileVersion API,这可能是你要遭遇到的最为暧昧的 API 之一。我写了一个类 CModuleVersion 来封装两种方法,同时还写了一个Demo程序 Versi

跟踪和排序功能的紧凑型双通道降压转换器

<p> &nbsp;</p> <div> Typical industrial and automotive applications requiremultiple high current, low voltage power supply solutionsto drive everything from disc drives to microprocessors.For many o

MAX2691 L2 Band GPS Low-Noise Amplifier

<p> &nbsp;</p> <div> The MAX2691 low-noise amplifier (LNA) is designed forGPS L2 applications. Designed in Maxim&rsquo;s advancedSiGe process, the device achieves high gain andlow noise figure while

hurst parameter: 給入一序列的資類

hurst parameter: 給入一序列的資類,程式會畫出husrt 參數的figure和估計值 例 hurst_expo(sin(0:0.01:5*pi))

Displays raw data of figure plots in separate spreadsheet tables

Displays raw data of figure plots in separate spreadsheet tables

计算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,

计算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,20:35)=1 % ppp=exp(rand(64)*pi*2*i) A=A.*ppp % Author s email: zjliu2001@163.com figure imshow(

CBC下写的串口编程

CBC下写的串口编程,API函数实例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of ha

Its very useful ant java developers Create it at the top level of your project directory (New --&gt;

Its very useful ant java developers Create it at the top level of your project directory (New --&gt; File, create as a simplefile) and name it build.xml. Copy and paste the xml text from Figure 3 into

四套Latex模版

四套Latex模版,分别是: A good model for writing Curriculum Vitae; An excellent package to design slides using LaTeX; A strong package to make floating figure and table style; For writing formal letters。

随机性发生器、冒泡分类和混洗一组12张牌的演示程序。 Demonstrates the use of a randomizer, bubble-sort and an array to "shuff

随机性发生器、冒泡分类和混洗一组12张牌的演示程序。 Demonstrates the use of a randomizer, bubble-sort and an array to "shuffle" a deck of 12 cards. I put it here for those of you who are trying to figure out how to shuffle w

暂时只支持jpeg2000支持的 cdf97 和spline53 可以这样来测试: x=imread( E:studyjpeg2000imageslena.tif ) % see the de

暂时只支持jpeg2000支持的 cdf97 和spline53 可以这样来测试: x=imread( E:\study\jpeg2000\images\lena.tif ) % see the decomposition coefficients y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet figure subplot(1,2

matlab经典算法的程序-特殊绘图

matlab经典算法的程序-特殊绘图,figure operation

1. 该光盘包含了“信号与系统分析及MATLAB实现”一书的第十一章所有程序; 2. 为了方便读者阅读程序

1. 该光盘包含了“信号与系统分析及MATLAB实现”一书的第十一章所有程序; 2. 为了方便读者阅读程序,所有程序均采用中文注释。MATLAB的程序编辑器不支持中文显示,用户只需在Word下直接打开源程序文件,即可阅读程序中的中文注释; 3. 程序文件的命名分为以下三种类型: (1) 若为书中例题的程序,则程序文件名一律以ex开头,后面跟4位数字(前两位表示章号,后两位表示例题序号)表示的