搜索资源列表
Interface_of_Turbo_code_design
- 现在广义的Turbo码是指采用级联或乘积编码方法并利用迭代译码方法的编译码方案。迭代译码的基本思想是将一个的复杂的长的译码步骤分解为多个相对简单的迭代译码步骤而且在迭代译码步骤之间信息概率的转移或者是软信息的传递确保几乎没有信息损失。 根据其成员码和级联的方法的不同,Turbo码的分类 .本设计论文提供了Turbo码matlab代码以及界面设计(版权所有,仅供参考!) -now generalized Turbo code refers to the use of the product
Strapdown.rar
- 系统阐述了捷联惯导系统的基本原理及其仿真数学模型,和利用MATLAB进行仿真是的详细步骤,Systematically expounded SINS of the basic principles of mathematical model and simulation, and the use of MATLAB simulation is the detailed steps
jiyuMATLABdetuxiangpeizhun
- 图像配准常常是作为其他图像处理应用的前处理步骤使用的,往往用于图像的对准、目标识别与定位。介 绍了在MATLAB系统中,如何应用MATLAB的IPT函数对图像进行配准的方法:首先用人机交互的方法在待配 准图像与基准图像之间进行图像配准所必需的匹配控制点的选取,然后用这些匹配控制点来计算两图像的某种空 间几何变换关系,最后利用这个空间几何变换关系对待配准图像进行几何变换,获得配准结果。实验表明,该方 法实现容易,且非常有效。 -Image registration is oft
viterbitheory
- 该报告详细介绍了Viterbi译码的方法,并分析了从卷积编码,调制,信道,解调,译码的详细步骤。-this article introduce the decoding way of convolutional code,and analysis the steps from coding ,modulating,channel,demodulating,and decoding。
Matlab-cPP
- ,从Matlab调用C/C++代码及C/C++调用m文件两方面,深入地研究了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。实例表明,提出的Matlab与C/C++混合编程方法是简洁、有效的。 更多还原 -Two aspects, called from Matlab the C/C++ code, C/C++ call m files, in-depth study of the principles and implementation mechanisms
matlab-liman
- 这篇文档中记录了用matlab制作动画的代码,里面有详细的操作步骤,其中的黎曼函数作图效果非常好,值得一看-This document records the animation using matlab code, which has detailed steps, the Riemann function mapping effect is very good, worth a visit
MATLAB-VB
- 着重探讨了在VB应用程序中集成MATLAB实现程序优化的四种方法,即利用MatrixVB、调用DLL动态链接库、应用Active自动化技术和动态数据交换技术,并分析了集成过程中的关键问题及其基本步骤。这种混合编程实现了VB的可视化界面与MATLAB强大的数值分析能力的结合。 -VB application integration MATLAB program optimization focused on four methods, namely the use of MatrixVB to c
MATLAB
- 分类识别,可以选择很多方法,一般步骤:找特征点,训练,比对,找出方法 或者你的那种更容易,可以根据灰度值不同来查找具体位置-Classification, can choose to many methods and general steps: feature points, find training, comparison, find a way Or the kind of easier, you can according to different gray values to
OFDM-Sim-Using-Matlab
- Orthogonal frequency division multiplexing (OFDM) is becoming the chosen modulation technique for wireless communications. OFDM can provide large data rates with sufficient robustness to radio channel impairments. Many research centers in the w
matlab-huffman
- 霍夫曼编码过程和编码过程中一些步骤的思想及其含义-Huffman coding process and the number of steps in the encoding process ideas and their meanings
how-to-install-toolbox-in-matlab
- 教你如何安装matlab的工具箱,简单几步,即能完成。-Teach you how to install matlab toolbox, a few simple steps that can be completed.
Matlab-(2)
- 关于MATLAB的仿真教程,有详细的仿真步骤,很红-About MATLAB simulation tutorial, a detailed simulation steps, very red
matlab-wave
- matlab的时间序列谱方法,详细步骤, 适合零基础的friend 内容有具体的例子-matlab time series spectral method, detailed steps for zero-based content with specific examples friend
matlab
- First steps in Matlab
MATLAB-analysis-plane-problem
- 本文通过对平面应力/应变问题的简要理论阐述,使读者对要分析的问题有大致的印象,然后结合两个实例,通过MATLAB软件的计算,将有限元分析平面应力/应变问题的过程形象的展示给读者,让人一目了然,快速了解有限元解决这类问题的方法和步骤!-Based on plane stress/strain issue brief theoretical explanation, the problem to be analyzed so that readers have a general impressio
matlab-car
- 车辆自动识别(AVI)是智能交通系统中的一项重要技术。汽车牌照识别是实现车辆自动识别的一种重要的技术手段。而从包含汽车牌照的图像中准确、快速地分割出牌照区域是实现车牌自动识别的一个关键步骤。 本文主要研究了汽车牌照识别中车牌定位问题。车牌定位分为两步进行,首先对车牌进行初定位,对初定位后的车牌图像进行二值化、几何矫正,然后再精确定位车牌区域。同时,在matlab环境下仿真了汽车牌照识别,仿真结果表明,本文算法能很好的识别汽车牌照。 -the Vehicle automatic ident
MATLAB Guide to Finite Element
- 使用MATLAB进行有限元分析,利用MATLAB对有限元习题的求解步骤进行详细的介绍。本书重点不在于大量的计算和编程,而在于学习使用MATLAB进行有限元分析并理解有限元基本概念。内附本书配套m文件。(MATLAB is used for finite element analysis, and MATLAB is used to introduce the steps of solving finite element exercises. This book focuses not on a
Guass-noise
- 产生一个高斯白噪声 利用MATLAB自带的fir1函数产生一个低通滤波器,限制高斯白噪声的带宽,由此产生了视频噪声。 利用产生的视频噪声,分别代入噪声调幅干扰的时域表达式,并且进行100次的积累后求平均值,对其进行快速傅里叶变换后,由此画出噪声调幅干扰的频域波形。 重复上述步骤,分别代入噪声调频干扰与噪声调相干扰的时域表达式,分别画出其频域波形与时域波形。(Generate a Gauss white noise The fir1 function of MATLAB is used to ge
光伏建模1
- 一篇外文论文,对光伏发电系统的数学建模,matlab仿真提供了详细的步骤,对从事光伏新能源系统设计,并网技术研究的本科生,硕士生,及相关工程技术人员会有一定帮助。(A foreign paper provides detailed steps for the mathematical modeling and MATLAB simulation of photovoltaic power generation system. It will be helpful for undergraduat
线性调频(LFM)脉冲压缩雷达仿真 - 副本
- 线性调频信号脉冲压缩的原理及matlab仿真的详细步骤,进一步理解雷达成像的基础知识(The principle of pulse compression of LFM signal and the detailed steps of MATLAB simulation further understand the basic knowledge of radar imaging)