CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 调用matlab

搜索资源列表

  1. VC[1].m

    0下载:
  2. VC调用matlab中定义的[1].m函数实例 VC调用matlab中定义的[1].m函数实例-VC defined in [1]. M function examples VC called defined Matlab [1]. m function examples VC call Matlab defined in [1]. m function examples
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:95567
    • 提供者:panzhi
  1. matlabandccs

    0下载:
  2. matlab和ccs调用的例子,里面一些例子还是很值得看看的!-Matlab and ccs calling example, some examples of which are still very worthwhile to see!
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:953203
    • 提供者:yautou
  1. g729

    1下载:
  2. G729编码和解码的Matlab源程序 调用方法: 1.需要编码时,在 Matlab命令行下输入\"G729code(speech)\"(请务必保证 speech是已经存在在 Matlab工作区的一个行向量,其中是语音数据),然后你会在你的文件夹下看到一个\"coding.bit\"的文件。 2.需要解码时,把\"coding.bit\"的文件复制到\"G729 decoder\"的目录下,在Matlab命令行下输入\"G729decodermain\",然后你会在文件夹下看到\"
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:107678
    • 提供者:Jay lee
  1. BasedontheTMS320C64xhigh-definitionvideodecoderopt

    1下载:
  2. 论文设计了基于高性能通用DSP TMS320C64x的HDTV视频解码程序。该解码 程序针对C64的特殊架构做了多方面的优化。特别是对变长解码、IDCT和运动 补偿三个关键模块人工编写了汇编语言程序、调整了流水线操作。经过优化,显 著提高了解码效率。通过软件仿真可以得出如下重要结论:1)进行人工汇编优 化之后的程序效率相比于仅仅采用C语言优化之后的程序效率提高了将近七倍; 2)人工汇编优化之后,对标准清晰度视频进行实时解码时要求的时钟频率仅为 228.8MHz;3)对高清
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:451740
    • 提供者:王萍
  1. img2num

    0下载:
  2. 此matlab程序针对320×240的tft液晶显示屏,可以将任何格式的图片转为tft所用的16位(65536色)LCD的表示,并写成一维数组的c文件,便于图片显示的调用。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1119
    • 提供者:陈晓
  1. matlabgui

    0下载:
  2. matlab两个GUI之间参数传递的方法,参数调用和返回值传递。
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:4065
    • 提供者:songzi
  1. 3Visualization

    0下载:
  2. 体视化引擎创建了整洁的结构,并给出一个GUI调用的实例。-Volume Visualization Engine to create a neat structure, and give examples of a GUI calls.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1611
    • 提供者:wth
  1. 2.matlabccs

    0下载:
  2. matlab和ccs调用的例子 FIR数字滤波器的MATLAB设计与DSP实现 MATLAB Link for CCS Development Tools在DSP系统设计中的应用等 -ccs call matlab and FIR digital filter example of the MATLAB Design and DSP to achieve MATLAB Link for CCS Development Tools system design in DSP applic
  3. 所属分类:DSP program

    • 发布日期:2017-05-07
    • 文件大小:1695159
    • 提供者:hyy
  1. reload_fir

    1下载:
  2. 这是我在Xilinx公司的FPGA上实现的FIR滤波器,调用的内部核,其特色是可以用较少的资源实现该功能,而且可以实现参数重载,即从外部MCU设置FIR滤波器的参数-This is my Xilinx FPGA to achieve the FIR filter, called internal audit, its characteristics can be achieved with fewer resources to this function, and the overload p
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-09
    • 文件大小:16726733
    • 提供者:林寒风
  1. ddsforsinandcos

    0下载:
  2. 利用VerilogHDL调用MATLAB产生的数据实现基于DDS技术的正余弦信号发生器,输出位宽为16。-Using the data generated VerilogHDL call MATLAB implementation is based on DDS technology cosine signal generator, the output is 16 bits wide.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:843
    • 提供者:张茂磊
  1. digital-quadrature-down-converter

    2下载:
  2. 基于FPGA的数字正交下变频器设计,在ALTERA的DE2开发板上设计一个多相滤波结构数字正交变换器。其中多相滤波模块是最关键模块,该模块将64阶滤波器的系数分成奇偶两路,并通过VHDL常数的方式存储在模块内部。这些常数是通过在MATLAB中调用FDATool,根据滤波器的参数要求来生成的。这些浮点格式的滤波器系数还需要在MATLAB中计算成二进制补码的形式,才可以存储在模块中。-FPGA-based digital quadrature down-converter design, ALTER
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-22
    • 文件大小:7411722
    • 提供者:joey
  1. FinalSemesterProjectReport

    0下载:
  2. 通过labview调用simulink,使用matlab的脚本语言-By labview call simulink, matlab scr ipting language to use
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:334602
    • 提供者:wangqing
  1. MIF_file_of_Sine_Wave_Generator

    0下载:
  2. 在Quartus的DDS设计中,通常会用到mif或者hex文件存储函数值,被ROM的IP模块调用。本程序是在Matlab环境下,根据所需数据位数和长度自定义mif文件。-Quartus DDS design, usually used in the mif or hex file storage function value, call the ROM of IP modules. This program is in the Matlab environment, according to t
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:577
    • 提供者:
  1. view_quartus_simu_on_matlab

    0下载:
  2. 在进行Quartus仿真时,由于直接用自带的仿真工具无法查看正弦波,将仿真数据另存为tbl格式,用Matlab的程序调用该tbl文件,即可观察波形。当然,利用Modelsim更好。-During Quartus simulation, waveform directly with their own simulation tools can not view the sine wave, Save the simulation data for the tbl format, using the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:679
    • 提供者:
  1. ROM

    0下载:
  2. vhdl中的ROM程序,包括matlab表格程序,调用FPGA里的RAM实现ROM功能-The ROM vhdl procedures, including matlab spreadsheet program, call the FPGA to achieve ROM functions in the RAM
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-08
    • 文件大小:1959344
    • 提供者:周杨鹏
  1. denoise

    0下载:
  2. labview 中通过调用MATLAB节点来对示波器数据进行小波去噪并显示-By calling MATLAB in labview nodes to wavelet denoising and display the data of the oscilloscope
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:29986
    • 提供者:Jack
  1. fft-ip-core

    0下载:
  2. 通过调用ISE中的fft IPcore实现了fft计算,输入数据通过textio从文本文件读入,处理后的数据再读入文本中。由于数据精度问题,与MATLAB计算的结果存在一定的误差-By calling the ISE of FFT IPcore implements the FFT computation, the input data through textio read a text file, after processing the data to read the text aga
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-21
    • 文件大小:6157600
    • 提供者:
  1. FPGA_DSPbuilder

    0下载:
  2. DSPbuilder可直接在MATLAB中调用,生成可执行的VHDL语言。-DSPbuilder can be directly invoked in MATLAB to generate executable VHDL language.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3253436
    • 提供者:wanchun
  1. serialDispDebug

    1下载:
  2. 针对单片机数据采集系统,用Matlab实现上位机,实现从串口读取采集数据并实时绘制信号波形,包括初始化主机串口、按照通信协议调用回调函数读取数据,并实时刷新波形显示。-For SCM data acquisition system, the Matlab computer, data read the serial port acquisition and real-time signal waveform drawing, including the initialization callb
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1687
    • 提供者:wch
搜珍网 www.dssz.com