-
chufaqi
触发器,eda.在实际的数字系统中往往包含大量的存储单元,而且经常要求他们在同一时刻同步动作,为达到这个目的,在每个存储单元电路上引入一个时钟脉冲(CLK)作为控制信号,只有当CLK到来时电路才被“触发”而动作,并根据输入信号改变输出状态。把这种在时钟信号触发时才能动作的存储单元电路称为触发器(Triggers, eda. The actual digital systems often contain a large number of memory cells, and at the same time they often require synchronized action, to achieve this purpose, the introduction of a clock pulse (CLK) in each memory cell circuit as a control signal , the arrival of the circuit only when CLK was only trigger the operation and change the output state of the input signal. The memory cell circuit that can trigger actions when the clock signal is called a flip-flop)
- 2014-08-27 10:43:49下载
- 积分:1
-
matlab
本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院校研究生、本科生教学用书,也可作为广大科研工程技术人员的自学用书。(err)
- 2008-06-10 21:21:41下载
- 积分:1
-
gaussshuzhi
在matlab中用ROMBERG方法求二重积分(Seeking double integral using Romberg method in matlab)
- 2012-04-20 01:03:01下载
- 积分:1
-
Two-feature-selection-algorithm
对“data4.m”数据,采用两种特征选择算法,选择2个特征。并且进行效果比较("Data4.m" data, using the two feature selection algorithm, select two characteristics. And the effects comparison)
- 2012-05-21 14:47:00下载
- 积分:1
-
AWGN
matlab 构建AWGN 信道的构建,并且详细分析了BER 和信噪比(simulation on OFDM AWGN channel compute BER AND SNR perfermance)
- 2011-07-02 22:06:01下载
- 积分:1
-
OFDM_MATLAB
接收端采用的算法和程序流程与发送端发送的OFDM符号的帧结构有关系。具体的帧结构,以及定时估计,频偏估计,剩余误差跟踪的算法可参考算法说明文档。(Received OFDM symbols algorithms and program flow with the sender sends the end of the frame structure used in a relationship. Specific frame structure, and a timing estimation, frequency offset estimation, the residual error tracking algorithm can reference algorithm documentation.)
- 2015-01-22 23:04:51下载
- 积分:1
-
denoise_image
文件中包含几个用matlab编写的图像去噪程序,如邻域平均滤波‘维纳滤波法,巴特沃斯滤波法,并给出了计算PSNR值的公式。( delete the noise in the image)
- 2010-11-29 11:28:23下载
- 积分:1
-
1
matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
gauss_elimination
用Matlab实现Gauss法求线性方程组的解(Gauss Method Using Matlab to achieve the solution of linear equations)
- 2010-07-26 16:37:28下载
- 积分:1
-
DelphiandMatlab
Delphi环境下Matlab和数据库之间的数据通讯(Delphi environment Matlab and data communication between the database)
- 2010-05-28 16:50:52下载
- 积分:1