搜索资源列表
Matlab_pc_serial
- 结合单片机和M a t l a b 两者的优点,基于事件驱动的中断通信机制,提出一种Matlab 环境下PC 机与 单片机实时串行通信及数据处理的方法;完成单片机数据采集系统与PC 机的RS-232/RS-485 串行通 信及其通信数据的分析处理、文件存储、F I R 滤波及图形显示;简化系统开发流程,提高开发效率。 该方法已成功应用于一个P I C 1 6 F 8 7 6 单片机应用系统实例之中
ma_CRC_files
- decoder of Hamming Use a [7,4] Hamming code. m = 3 n = 2^m-1 k = n-m parmat = hammgen(m) Produce parity-check matrix. trt = syndtable(parmat) Produce decoding table. recd = [1 0 0 1 1 1 1] Suppose this is the received vector. syndrome =
DSP-c-Matlab-Programs-ManualV19
- 印度GURUNANAK ENGINEERING COLLEGE数字信号处理实验室的DSP+c+Matlab联合编程手册-DIGITAL SIGNAL PROCESSING LAB (IV-I SEM) INDEX 1. Architecture of DSP chips-TMS 320C 6713 DSP Processor 2. Linear convolution 3. Circular convolution 4. FIR Filter (LP/HP) Using Wi
ReedSolomon
- Reed-Solomon FEC Performance Using Equation 8.7, in section 8.1.1 Reed-Solomon Error Probability from Digital Communications, 2nd edition,
dspwavletsmatlab
- dsp and wavelets using matlab text book BRIEF TABLE OF CONTENTS: 1. Introduction. 2. MATLAB. 3. Filters. 4. Sinusoids. 5. Sampling. 6. The Fourier Transform. 7. The Number e. 8. The z-Transform. 9. The Wavelet Transform 10. Applicatio
ConvCodeXilinx
- This a convolutional encoder in xilinx virtex-5 ML506 board FPGA. This program use matlab for comunicating with FPGA. The convolutional encoder using rate 1/2, and 1/3.The register are 3,4,5,6 and 7.-This is a convolutional encoder in xilinx virtex-5
libsvm-3.20
- 台湾国立最新的svm工具箱 1. matlab自带了C编译器Lcc-win32C,但是libsvm原始版本是C++实现的,因此需要C++的编译器来编译,这就是不适用matlab默认编译器而选择其他C++编译器的原因。 matlab支持的编译器也是有限的,可以查看不同版本matlab支持的编译器列表 2. 如果matlab版本太低,如matlab 7.0是不能用VS作为编译器的,只能用VC++ 6.0 3. .mexw32 文件是经过加密的,打开是乱码,函数本身没有帮助。-SVM