-
yuvbmpfunction
本工具包提供了三个yuv序列和bmp之间相互操作的m文件。
1、yuv2bmp :可以将一段yuv视频序列切割成若干bmp图像。
2、bmp2yuv:可以将若干bmp图像合成一个yuv序列,注意:在选取多幅bmp图像的时候,请按图像顺序逆向选择。
3、yuvcut:可以截取yuv序列中的某一段序列。(The toolkit provides three yuv sequence and the operation between the m bmp file. 1, yuv2bmp: yuv video sequence can be cut into a number of bmp images. 2, bmp2yuv: bmp images can be synthesis of a number of yuv sequence Note: When selecting multiple bmp images, please click the image sequence of adverse selection. 3, yuvcut: yuv sequence can be an interception of a sequence.)
- 2010-09-25 16:37:37下载
- 积分:1
-
rate_1_N_convolution_code
matlab仿真,有关纠错码中卷积码的性能仿真,1/N速率的(matlab simulation, the error-correcting codes in the convolutional code performance simulation, 1/N rate)
- 2010-12-03 22:31:09下载
- 积分:1
-
tt
说明: 该程序分配时间,用于会面时间的安排,可以用于一周时间的(The program allocation time, the arrangements for the meeting time, the time can be used for a week)
- 2012-10-14 17:45:38下载
- 积分:1
-
protel
protel元件库,有许多常用与不多见的元件的原理图(Protel libraries, there are many common and rare components of the schematic diagram)
- 2008-05-06 14:36:15下载
- 积分:1
-
lvbo
基于matlab的值中值滤波程序,几种滤波模板的比较(Value based on median filter matlab program, the comparison of several filter templates)
- 2011-06-12 17:01:58下载
- 积分:1
-
2011420
这是一个简单的卡尔曼滤波的matlab仿真程序(This is a simple Kalman filter matlab simulation program)
- 2011-04-20 15:27:05下载
- 积分:1
-
母码码率为1/2的LDPC编码 LDPC_QPSK
母码码率为1/2的LDPC编码,QPSk调整,SNR-BER图(failed to translate)
- 2021-02-05 15:09:57下载
- 积分:1
-
MLDA
一些关于pca 和 lda 的matlab源码(Matlab source on pca and lda)
- 2012-05-03 16:28:02下载
- 积分:1
-
Exercise-7
Investigation and analysis of linguistic analysis and conversion sound
- 2014-12-21 22:10:52下载
- 积分:1
-
matlab-work
f=zeros(30,30)
f(5:24,13:17)=1
imshow(f, notruesize )
F=fft2(f,256,256)
F2=fftshift(F)
figure,imshow(log(abs(F2)),[-1 5], notruesize )
- 2010-11-20 17:07:18下载
- 积分:1