CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - radix

搜索资源列表

  1. sort-all

    0下载:
  2. 本程序完成实验要求的全部功能直接插入排序、SHELL排序、冒泡排序、快速排序、简单选择排序、堆排序、归并排序、基数排序,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结。 在实验过程中,积极配合本团队分工合作的精神,努力学习,总算不负众望,将程序编好,在此,我更想感谢的是老师的教导,在她的帮助下,我才顺利完成了本次的任务。 -the experimental procedures are completed all the functional requirements o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:97242
    • 提供者:马全
  1. fix_fft

    0下载:
  2. 定点基2FFT,并且具有将定点FFT与浮点FFT比对的功能-sentinel radix 2 FFT, and will be positioned with floating-point FFT and FFT functions to the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3393
    • 提供者:林凌
  1. dwqdsort111

    0下载:
  2. 1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序Sele
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10289
    • 提供者:战天
  1. 2FFandIFFT

    0下载:
  2. 时间抽选基2FFT及IFFT算法C语言实现-time selected radix 2 FFT and IFFT algorithm C Language
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1860
    • 提供者:jia
  1. all_Radix_FFT

    0下载:
  2. 此程式具有三种FFT演算法,分别是radix-2 radix-4 radix-8,可选择其中一种演算法,接着输入FFT点数,程式就会执行FFT/IFFT,可以藉此知道是否正确
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2258
    • 提供者:陈荣
  1. re

    0下载:
  2. 快速傅里叶变换(FFT)算法。FFT - Fast Fourier transform. The length of X must be a power of two, for a fast radix-2 fast-Fourier transform algorithm is used
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1235
    • 提供者:
  1. FastFourierTransform

    0下载:
  2. This function is written to understand and/or explain an fft algorithm and usage of radix2 procedure. This function take the signal which you want to find FFT, for m bit you can also call the function without entering a signal or number of
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2904
    • 提供者:dairy
  1. Low_power_Modified_Booth_Multiplier

    0下载:
  2. 主題 : Low power Modified Booth Multiplier 介紹 : 為了節省乘法器面積、加快速度等等,許多文獻根據乘法器中架構提出改進的方式,而其中在1951年,A. D. Booth教授提出了一種名為radix-2 Booth演算法,演算法原理是在LSB前一個位元補上“0”,再由LSB至MSB以每兩個位元為一個Group,而下一個Group的LSB會與上一個Group的MSB重疊(overlap),Group中的位元。 Booth編碼表進行編碼(Booth
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:14123
    • 提供者:stanly
  1. radixsort

    0下载:
  2. radix sort, using bit shift to improve performance.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1009
    • 提供者:6270
  1. radix4_multiplier

    0下载:
  2. 54x54-bit Radix-4 Multiplier based on Modified Booth Algorithm
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:751167
    • 提供者:汤江逊
  1. Dsp_c.rar

    0下载:
  2. dsp算法40例,包括fft、滤波器、谱运算等 1. 将模拟滤波器转变为数字滤波器。 2. 由得到幅频响应 。 3. 用Burg算法求AR模型的参数。 4. 由AR模型参数得到功率谱。 5. 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。 6. 实现双线性Z变换。 7. 设计巴特沃斯模拟低通滤波器,求出转移函数 。 8. 设计切比雪夫I型模拟低通滤波器,求出转移函数 。 9. 直接由定义求 点复序列 的DFT 。 10.利用经典的Cooley
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:59438
    • 提供者:jack
  1. oclRadixSort.tar

    0下载:
  2. Radix Sort using GPGPU with OpenCL
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1088165
    • 提供者:Raj Singh
  1. 1024FFT FPGA实现仿真参考

    0下载:
  2. 1024 点FFT,基于基4蝶形运算,在VC编译通过,可以作为FPGA实现仿真参考-1024-point FFT, radix-4 butterfly operations based in the VC compiler, FPGA emulation can be used as reference
  3. 所属分类:Modem编程

    • 发布日期:2017-03-29
    • 文件大小:12806
    • 提供者:lgmlgm
  1. 256fft

    0下载:
  2. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:210123
    • 提供者:Nagendran
  1. nbpx

    0下载:
  2. 对十种内部排序的比较.有直接排序,快速排序,折半排序,基数排序,堆排序,等.-Sort of dozens of internal comparison. Have a direct sort, quick sort, binary sort, Radix Sort, Heap Sort, et al.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3996
    • 提供者:面条
  1. fft

    0下载:
  2. 设计一个按照时间抽取的基2快速傅里叶变换(基2FFT-DIT)。输入倒位序,输出自然顺序。-Design is taken in accordance with the time radix-2 fast Fourier transform the (base 2FFT-DIT). Enter the inversion sequence, the output of the natural order.
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:729
    • 提供者:钟福贵
  1. CMPFFT

    0下载:
  2. cmpfft.for(hcmpfft.for) 利用经典的Cooley-Tukey基2算法求复序列 的DFT -cmpfft.for (hcmpfft.for) to use the classic Cooley-Tukey radix-2 algorithm for the DFT complex sequence
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:682
    • 提供者:金茜
  1. CMPFFT

    0下载:
  2. 利用经典的COOLEY-TUKEY基2算法求复序列x[n]的DFTX[k].有Fortran的子程序和主程序,还有C程序-The use of classic COOLEY-TUKEY radix-2 algorithm for complex sequence x [n] of DFTX [k]. Have the Fortran subroutines and main program, there are C procedures
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1969
    • 提供者:刘建
  1. fft2

    0下载:
  2. 按时间抽取的基2快速傅立叶变换,详细的讲解了编程的思维并有源代码!-Time taken by the radix-2 fast Fourier transform, in detail the thinking and programming source code!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:5751
    • 提供者:汪明
  1. fft_flp32_C

    0下载:
  2. ADSP-TS101S and ADSP-TS201S Real and Complex radix-2 C-callable FFT
  3. 所属分类:assembly language

    • 发布日期:2017-05-10
    • 文件大小:2400186
    • 提供者:fangliang
« 1 2 3 4 56 7 8 9 10 ... 21 »
搜珍网 www.dssz.com