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

搜索资源列表

  1. booth_mul

    2下载:
  2. 一种可以完成16位有符号/无符号二进制数乘法的乘法器。该乘法器采用了改进的Booth算法,简化了部分积的符号扩展,采用Wallace树和超前进位加法器来进一步提高电路的运算速度。本乘法器可以作为嵌入式CPU内核的乘法单元,整个设计用VHDL语言实现。-a 16 to be completed with symbols / unsigned multiplication of the number of binary multipliers. The multiplier used to impr
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:19758
    • 提供者:李鹏
  1. fft

    0下载:
  2. blackfin533开发FFTC语言实现,可通过plot观察结果
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:10681
    • 提供者:安哲
  1. qwt-5.2.QWT是一个QT的第三方库

    0下载:
  2. QWT是一个QT的第三方库,可以用其来开发各种图形 表格文件。这是最新的版本,加入了新的控件。可以直接在QTDESIGNER里面调用。,The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders,
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-04-09
    • 文件大小:1787443
    • 提供者:龙猫
  1. WinceChart

    2下载:
  2. BCB CHART控件 在Wince5.0下的移植,对于需要进行Plot绘图的需求是十分难得的代码-BCB CHART under control in Wince5.0 transplantation, for the need for demand Plot graphics are hard to come by code
  3. 所属分类:Windows CE

    • 发布日期:2017-03-29
    • 文件大小:52800
    • 提供者:Jnny_CN
  1. DSP-experiment-report-for-FFT

    0下载:
  2. 这里有实验所用到的源代码和实验报告,对同学们非常有用。。。实验报告给大家作为参考 简介: DSP实验报告 FFT频谱分析。本实验利用TS201评估板的硬件资源,通过板上codec对输入信号进行采样。取出其中一段数据,然后计算其自相关。计算结果可以通过主机用VisualDSP++的plot功能描绘出来。-DSP FFT spectrum analysis test report
  3. 所属分类:DSP program

    • 发布日期:2017-03-26
    • 文件大小:557798
    • 提供者:陈深
  1. mfile_fig_in_book.ZIP

    0下载:
  2. these are the Mtlab functions to plot the figures in the book Communication system (by Haykin)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:11403
    • 提供者:kastantin
  1. mmpolar

    0下载:
  2. This modified version of polar can plot with Settable Properties which is much much more versitile than the default polar
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:10540
    • 提供者:Yang Lu
  1. 555

    0下载:
  2. 四位元乘法器(含TPD) 被乘數:SW(3..0) 乘數: SW(7..4) 積: LEDR(7..0)-Multiplier 4 yuan (including TPD) multiplicand: SW (3 .. 0) multiplier: SW (7 .. 4) plot: LEDR (7 .. 0)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:613742
    • 提供者:吳員外
  1. fftplot

    0下载:
  2. MATLAB program for fft plot norm of a vector distance between vector amp modulation
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:1648
    • 提供者:Daulappa
  1. simple_software_for_DSP_analysis

    1下载:
  2. Simple and very easy to use software ,a good way to learn DSP. sketch and analyze the dft of sinusoids,pole-zero placements, magnitude plot ,phase plot, frequency response of a digital filter ( even no need to install) just click the file and enter t
  3. 所属分类:DSP program

    • 发布日期:2017-04-24
    • 文件大小:288991
    • 提供者:Mak_m
  1. DSP-c-Matlab-Programs-ManualV19

    0下载:
  2. 印度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
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:1581719
    • 提供者:wangjin
  1. WindowFunction

    0下载:
  2. Window function plot java codes... use java version 1.02 try the Java applets, you will gain a basic appreciation of what DSP is about-Window function plot java codes... use java version 1.02 try the Java applets, you will gain a
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:2861
    • 提供者:nodeity
  1. SGandFIR

    0下载:
  2. Another Design for impulse response... includes Signal generator,Analyzer plot codes... this is a DSP code. use java 1.02
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:4348
    • 提供者:nodeity
  1. chengxu

    0下载:
  2. ts=0 te=10 dt=0.01 sys=tf([1 6 4],[1 7 10]) t=ts:dt:te f=4*sin(t) y=lsim(sys,f,t) plot(t,y) xlabel( t(sec) ) ylabel( y(t) ) grid on 三 ts=0 te=5 dt=0.01 sys=tf([1 6 4],[1 7 10]) t=ts:dt:te y1=impulse(sys,t) y2=step(sys,
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:3714
    • 提供者:lhp
  1. nbitamul

    0下载:
  2. 对于带符号数的乘法运算,首先根据被乘数和乘数的符号位确定乘积的符号位,再进行无符号数乘法运算。如果积符为负,对积求补。-Signed for the number of multiplication, first under the multiplicand and the multiplier sign bit to determine the product of the sign bit, and then carry out unsigned multiplication. If the
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:622
    • 提供者:阿瑟
  1. practical1b

    0下载:
  2. plot sinewave with giving sequences
  3. 所属分类:DSP program

    • 发布日期:2017-04-26
    • 文件大小:15479
    • 提供者:tap
  1. embeded_c(cm510_v1.00)

    0下载:
  2. this about designing Bode Plot-this is about designing Bode Plot
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:108361
    • 提供者:Andy Park
  1. AT91SAM7S64-Interrupt-KEIL_u3V3_23-1_21

    0下载:
  2. PLOT document plotis plot
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:544388
    • 提供者:anton
  1. toroide

    0下载:
  2. scrive le equazioni di una spira toroidale, da dare in pasto a gnuplot writes toroidal curve data, to plot with gnuplot (Fortran scouce code)-scrive le equazioni di una spira toroidale, da dare in pasto a gnuplot writes toroidal curve data, to pl
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:229582
    • 提供者:diegozzz
  1. matlab

    0下载:
  2. audio filter,fft,dft,pole zero plot,gui,dsp signal operations
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:94619
    • 提供者:ashish
« 12 »
搜珍网 www.dssz.com