搜索资源列表
booth_mul
- 一种可以完成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
fft
- blackfin533开发FFTC语言实现,可通过plot观察结果
qwt-5.2.QWT是一个QT的第三方库
- 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,
WinceChart
- 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
DSP-experiment-report-for-FFT
- 这里有实验所用到的源代码和实验报告,对同学们非常有用。。。实验报告给大家作为参考 简介: DSP实验报告 FFT频谱分析。本实验利用TS201评估板的硬件资源,通过板上codec对输入信号进行采样。取出其中一段数据,然后计算其自相关。计算结果可以通过主机用VisualDSP++的plot功能描绘出来。-DSP FFT spectrum analysis test report
mfile_fig_in_book.ZIP
- these are the Mtlab functions to plot the figures in the book Communication system (by Haykin)
mmpolar
- This modified version of polar can plot with Settable Properties which is much much more versitile than the default polar
555
- 四位元乘法器(含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)
fftplot
- MATLAB program for fft plot norm of a vector distance between vector amp modulation
simple_software_for_DSP_analysis
- 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
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
WindowFunction
- 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
SGandFIR
- Another Design for impulse response... includes Signal generator,Analyzer plot codes... this is a DSP code. use java 1.02
chengxu
- 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,
nbitamul
- 对于带符号数的乘法运算,首先根据被乘数和乘数的符号位确定乘积的符号位,再进行无符号数乘法运算。如果积符为负,对积求补。-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
practical1b
- plot sinewave with giving sequences
embeded_c(cm510_v1.00)
- this about designing Bode Plot-this is about designing Bode Plot
AT91SAM7S64-Interrupt-KEIL_u3V3_23-1_21
- PLOT document plotis plot
toroide
- 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
matlab
- audio filter,fft,dft,pole zero plot,gui,dsp signal operations