搜索资源列表
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
Viterb
- viterb算法是卷积码中重要的一种译码算法,程序中用MATLAB实现了VITERB的译码算法,并且写了信道编码程序和二进制码通过以p概率错误的信道程序-viterb algorithm is important as a convolutional code decoding algorithm, the program using MATLAB to achieve a VITERB the decoding algorithm, and wrote letters Road, binary
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
Modulation-of-MATLAB-binary
- 基于MATLAB的二进制数字系统的调制(包括2ask_2fsk_2psk_2dpsk)-Based on the the MATLAB binary digital modulation (including 2ask_2fsk_2psk_2dpsk)
matlab
- 设计一个一位二进制数大小比较器。比较两个一位二进制数A和B的大小,电路有三个输出端Y1,Y2和Y3,分别对应A大于B,A等于B,A小于B。当条件满足时,相应输出端为1,否则为0。(A,B用两个脉冲源代替),建立仿真模型并保存。-Design a one binary magnitude comparator. A size comparison of two binary numbers A and B, the circuit has three outputs Y1, Y2 and Y3,
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
ex6
- 使用MATLAB函数反正(15,11)RS码通过二进制对称信道的性能-Use the MATLAB function anyway (15, 11) RS code performance through binary symmetric channel
double_dec2bin
- matlab将双精度十进制数转换成二进制数-matlab convert double-precision decimal to binary ..
Quantzing
- 基于matlab的任意级二进制数量化程序,能实现对实时示波器采集的时间序列进行二进制数量化。-Matlab-based programming at any stage binary number, can achieve real-time oscilloscope acquisition time series of binary quantify.
FSH-master
- 跨模态二进制代码通过融合相似度学习,一篇相似度学习的论文,属于计算机视觉类的,附有源代码,使用平台为window操作系统,语言工具为MATLAB(Cross-Modality Binary Code Learning via Fusion Similarity Hashing)
2FSK调制与解调系统
- 2FSK 调制 解调 系统 是基带信号调制方式的一种 数字频率调制又称频移键控(FSK——Frequency Shift Keying),二进制频移键控记作2FSK.数字频移键控是用载波的频率来传送数字消息,即用所传送的数字消息控制载波的频率。本文是通过2PSK调制后的信号进行分析通过matlab实现(2FSK modulation and demodulation system is a digital frequency modulation, also known as
2DPSK
- 二进制PSK matlab实现 A率13折现编码