资源列表
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
exam1_sin01
- 信号功率谱密与平稳随机过程 的matlab仿真程序-signal power spectrum closely with the stationary random process simulation program Matlab
max7456H
- MAX7456 OSD generator IC header file
caisetuxiang
- 利用matlab进行图形的绘制,并进行相关颜色的设置等-Using matlab for drawing, and color settings, and the related
adc_spartan.tar
- Spartan 3E-1600 ADC and AMP control.
VGAchardisplay
- 基于verilog的VGA字符、汉字、图片显示的程序。-Verilog VGA-based characters, Chinese characters, image display program.
rake_reciever
- wcama rake接收机的matlab仿真。可以作为项目设计的参考matlab代码-wcama rake receiver matlab simulation. Reference matlab code can be designed as a project
PSoC_drive_capsense
- Cypress公司的PSoC产品驱动capsense触摸板的源程序,工程中自行分配引脚即可。经测试,PSoC3和PSoC5均可以使用。-The Cypress PSoC products drive capsense touchpad source, engineering the Discretionary pin can.
wsh-ADC-232-PC
- 采用c8050F020内部ADC_0对 内温度传感器进行采集,将采集的数据经过ADC_0转换, 运算,将运算结果由串口发送到PC机-Internal ADC_0 using c8050F020 internal temperature sensor for acquisition, the data collected through the ADC_0 conversion,Operation, the operation result from the serial port to se
TB_IMGVITDEC
- 对图像加入白噪声干扰,用维特比译码进行去扰,分别用硬判决和软判决,显示出的图像可以看出不同的效果-White noise is added to the image, performed using Viterbi decoding descrambling, respectively, with the hard decision and soft decision, showing the different effects can be seen in the image
1602
- 经典C8051F020单片机LCD1602程序 适合初学者学习C语言编程-Classic C8051F020 MCU LCD1602 program for beginners to learn C programming language
fft
- 快速傅里叶变换用verilog语言写的模块,,可以从中可以得到点思路-Fast Fourier transform verilog module, the experiment is available, you can get some ideas
