Welcome![Sign In][Sign Up]
Location:
Search - matlab L a b

Search list

[Database基于MATLAB的直接序列扩频通信系统仿真

Description: : 本文以扩频理论为基础, 用 M A T L A B 对直接序列扩频通信系统进行了仿真。 系统中扩频编码采用 m序列, 整个系统 采用 Q P S K调制方式, 接收端同步捕获过程采用数字匹配滤波器的原理。在给定的仿真条件下, 对仿真程序进行了运行测试, 得 到了预期的仿真结果。
Platform: | Size: 250716 | Author: 799054429@qq.com | Hits:

[OtherMatlabnotebook

Description: M AT L A B是一个可视化的计算程序,被广泛地使用于从个人计算机到超级计算机范围内 的各种计算机上。matlab学习手册-M AT A B L is a visualization of the calculation procedures, been widely used in personal computers to supercomputers within the computer. Matlab learning manuals
Platform: | Size: 15647744 | Author: 张飞佑 | Hits:

[SCMMatlab_pc_serial

Description: 结合单片机和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 单片机应用系统实例之中-Combination of single-chip and M atlab strong points of both, based on event-driven interruption of communication mechanism, a Matlab environment PC and MCU in real-time serial communication and data processing methods complete single-chip data acquisition system with PC-RS-232/RS-485 serial communication and analysis of communication data processing, file storage, FIR filtering and graphical display simplify the system development flow, improve development efficiency. The method has been successfully applied to a PIC 1 6 F 8 7 6 examples of single-chip microcomputer application systems
Platform: | Size: 151552 | Author: pengrong | Hits:

[BooksFractalDim

Description: 一维信号的计盒分形维数,用 m a t l a b编辑的-One-dimensional signal box fractal dimension, using matlab editor
Platform: | Size: 1024 | Author: jiezhiwei1 | Hits:

[matlabmatlabVidioRead

Description: M a t l a b 中读取视频avi文件的小程序-M atlab read avi video files applet
Platform: | Size: 18432 | Author: wang | Hits:

[Special EffectsMatlabApplicationinImageProcess

Description: M a t l a b 在图像处理中应用的各种函数集,做图像处理的查询很方便-M atlab applications in image processing various function sets, the query to do image processing easily
Platform: | Size: 28672 | Author: wang | Hits:

[Graph programRGB2LabAndLab2RGB

Description: % function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 white point reference. % The error in transforming RGB -> Lab -> RGB is approximately % 10^-5. RGB values can be either between 0 and 1 or between 0 and 255. % By Mark Ruzon from C code by Yossi Rubner, 23 September 1997. % Updated for MATLAB 5 28 January 1998.-% function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 white point reference. % The error in transforming RGB-> Lab-> RGB is approximately % 10^-5. RGB values can be either between 0 and 1 or between 0 and 255. % By Mark Ruzon from C code by Yossi Rubner, 23 September 1997. % Updated for MATLAB 5 28 January 1998.
Platform: | Size: 2048 | Author: 郑成勇 | Hits:

[Windows Develophh

Description: 【 摘 要】 提出了一种基于负熵的快速不动点1 C A算法, 介绍了负熵的定义和如何将其用作代价函数度量混合信号的非 高斯性。 详细介绍了基于负熵的固定点准则以及简化算法。实验选取 3个非高斯向量作为信号源进行 Ma t l a b分离仿真, 结果显示 分离效果良好。-Abstract Based on the rapid Negentropy 1 CA fixed point algorithm, introduced the definition of negentropy and how to measure its cost function for mixed-signal of the non-Gaussian. Described in detail based on the fixed-point Negentropy criteria and simplify the algorithm. Experiment to select three non-Gaussian vector as a signal source separation Ma tlab simulation results showed good separation efficiency.
Platform: | Size: 141312 | Author: 金振东 | Hits:

[Graph program101259378luv_rgb_yuv_lab_space_convert(2)

Description: Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alternatively, S = src->dest . Supported color spaces are RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected) YPbPr Luma (ITU-R BT.601) + Chroma YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr) YUV NTSC PAL Y UV Luma + Chroma YIQ NTSC Y IQ Luma + Chroma YDbDr SECAM Y DbDr Luma + Chroma JPEGYCbCr JPEG-Y CbCr Luma + Chroma HSV / HSB Hue Saturation Value/Brightness HSL / HLS / HSI Hue Saturation Luminance/Intensity XYZ CIE XYZ Lab CIE L*a*b* (CIELAB) Luv CIE L*u*v* (CIELUV) Lch CIE L*ch (CIELCH)-Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = ' dest <-src' , or alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE
Platform: | Size: 4096 | Author: 张灯结 | Hits:

[matlabmatlab

Description: m a t l a b 编 程 实 例!-matlab program
Platform: | Size: 7168 | Author: | Hits:

[Special Effectschengxu

Description: matlab图像分割的实例,包括基于L*a*b空间的彩色图像分割,检测汽车目标,分水岭分割等程序源代码-matlab examples of segmentation, including those based on L* a* b color space, image segmentation, target detection vehicles, watershed segmentation source code
Platform: | Size: 2422784 | Author: 梁玉梅 | Hits:

[Special Effectsex_17_1

Description: 基于L*a*b*空间的彩色图像分割Matlab程序-Based on L* a* b* color space, image segmentation Matlab program
Platform: | Size: 1024 | Author: 耿鑫 | Hits:

[matlabRGB2Lab

Description: 将图片从RGB空间转换到Lab空间的Matlab文件-The image from the RGB space is transformed into Lab space Matlab files
Platform: | Size: 2048 | Author: faniky | Hits:

[matlabmatlab-drawing-course

Description: M AT L A B拥有大量简单、灵活、易用的二维和三维图形绘图命令,本教程用于学习MATLAB 绘图。-M AT LAB has a large number of simple, flexible, easy to use two-dimensional and three-dimensional graphics drawing commands, the tutorial for learning MATLAB graphics.
Platform: | Size: 1882112 | Author: yyp | Hits:

[matlabtextbook-of-MATLAB

Description: Matlab入门介绍电子教程:MAT L A B能做什么-textbook of matlab
Platform: | Size: 9747456 | Author: 温硕 | Hits:

[matlabMATLAB-environment-voice-recognition

Description: 介绍了一种基于 MA T L A B的多个特定人连接词语音识别的方法,并提出了在进行端点检测时,引入平均的概念能进一 步提高识别率。 此设计是以 L P C C系数、 D T W 算法为核心的基于图形界面的设计。 通过大量的实验测试 ,表明该方法基本达 到屏蔽外界环境的影响 , 具有非常高的精度识别-: In this paper based on a number of specific persons MA TLAB conjunctions speech recognition method, and presented during endpoint detection, the introduction of the concept of the average recognition rate can be further improved. This design is LPCC coefficients, DTW algorithm as the core design based on graphical interface. Through a large number of experimental tests show that the method is basically to shield the external environment, with very high accuracy recognition
Platform: | Size: 247808 | Author: 薛莉 | Hits:

[Special Effectscolor-segmentation--based-on-Lab

Description: 基于L*a*b空间的色彩分割是根据图像中色彩空间不同的颜色来确定不同色彩所在的区域从而对图像进行划分。 这种基于色彩的图像分割方法简单而且易于理解,并且在实际应用中颜色通常具有很明显的区域特征,因此这种方法在实际应用中也有很广泛的用途-Based on L* a* b color space segmentation is based on the image color space to determine the different colors in different colors to the area where the image is divided. Color-based image segmentation method is simple and easy to understand, and color in practical applications usually have a very clear regional characteristics, so this method in practical applications there is also a wide range of uses
Platform: | Size: 1024 | Author: 吴祥 | Hits:

[OtherMatlab

Description: matlab入门教程,M AT L A B是一个可视化的计算程序,被广泛地使用于从个人计算机到超级计算机范围内 的各种计算机上-matlab introductory tutorial, M AT LAB is a calculation program visualization, are widely used in a variety of computers from personal computers to supercomputers within
Platform: | Size: 14922752 | Author: summer | Hits:

[OtherMATLAB在时间序列分析中的应用 张善文

Description: MATLAB在时间序列分析中的应用 张善文(MATLAB M A T L A B MATLAB)
Platform: | Size: 6981632 | Author: 寒生 | Hits:

[Other1基于Matlab的列车加速度信号处理_张书勇

Description: 借 助 于 M at l a b 信 号 处理 工 具箱 的强大分 析 能力,利 用 双 谱 估 计 对 信 号 进行处理,获取 频 率信 息,并提 出 了 判 断 列 车 运 行 不 平 稳 的准则(With the help of the powerful analysis ability of matlabsignal processing toolbox, bispectrum estimation is used to process the signal, obtain the frequency information, and put forward to judge the train operation)
Platform: | Size: 399360 | Author: 切切啊 | Hits:
« 12 3 »

CodeBus www.codebus.net