搜索资源列表
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
matlab-bin
- MATLAB 二进制 相关函数介绍 十进制数转换为二进制数 等-MATLAB binary correlation function
matlab_2psk-modulation
- 这个文件主要包括二进制相移键控的Matlab实现程序和结果-This document including binary phase shift keying Matlab program and results
matlab
- 实验要求:在一张图上绘制三种二进制信号(即反极性信号、开关信号和正交信号)的误码率。这三种信号可以在几何上用“信号空间”中的点来表示。在反极性信号情况下,信号是±s(t),每个都有能量E。开关信号也是一维信号,所以两个信号为0和s(t),正交信号我们上课已讲过。要求信噪比为0:12dB。-Experimental requirements: to draw a diagram of three binary signals (i.e., reverse polarity signal, the
dsp1
- matlab实现十进制转为二进制的小程序,并且含有一篇定点数除法的论文-matlab decimal to binary program, and contains a fixed number of points of division papers
1231
- MATLAB 图像处理命令,在二进制图像中利用 lookup 表进行边沿操作-MATLAB image processing orders, in a binary image using the lookup table by using the edge operator
bpsk
- 用matlab实现2psk比较详细,从二进制码到成型滤波到最终2psk信号都能成功实现-Using matlab to achieve 2psk in more detail, the binary code to the final 2psk signal shaping filter can be successfully achieved
double_dec2bin
- matlab将双精度十进制数转换成二进制数-matlab convert double-precision decimal to binary ..