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

搜索资源列表

  1. BackProjection

    0下载:
  2. SAR雷达BP算法 his function performs a basic Backprojection operation. The following fields need to be populated: data.Nfft:Size of the FFT to form the range profile data.deltaF:Step size of frequency data (Hz) data.minF:Vector containing
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3034
    • 提供者:beautyheart
  1. 16FFT

    0下载:
  2. Xilinx的16点傅里叶分析,内有详细说明-The xFFT16 fast Fourier transform (FFT) Core computes a 16-point complex FFT. The input data is a vector of 16 complex values represented as 16-bit 2’s complement numbers – 16-bits for each of the real and imaginary compone
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:739685
    • 提供者:我是谁
  1. 1024FFT

    0下载:
  2. Xilinx的1024点傅里叶分析,内有详细说明-The xFFT1024 fast Fourier transform (FFT) Core computes a 1024-point complex FFT. The input data is a vector of 1024 complex values represented as 16-bit 2’s complement numbers – 16-bits for each of the real and imaginary
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:700138
    • 提供者:我是谁
  1. fft100

    0下载:
  2. FFT变换 使用COMPLEX模板 VECTOR-FFT transform ,COMPLEX VECTOR template used
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1209
    • 提供者:xian726804
  1. linear_array

    1下载:
  2. 利用FFT快速计算,线性排列阵子方向图。- This function computes and returns the gain radiation pattern for a linear array It uses the FFT to computes the pattern *INPUTS********** Nr ==> number of elements
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1306
    • 提供者:jiweijie
  1. magykmrk

    0下载:
  2. matlab开发工具箱中的支持向量机,一种噪声辅助数据分析方法,相控阵天线的方向图(切比雪夫加权),基于kaiser窗的双谱线插值FFT谐波分析,插值与拟合,解方程,数据分析,包含收发两个客户端的链路级通信程序。- matlab development toolbox support vector machine, A noise auxiliary data analysis method, Phased array antenna pattern (Chebyshev weights), D
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:8960
    • 提供者:uwxxab
  1. benghei_v35

    0下载:
  2. matlab开发工具箱中的支持向量机,完整的图像处理课设,包含所有源代码,汽车图像,基于kaiser窗的双谱线插值FFT谐波分析。- matlab development toolbox support vector machine, Complete class-based image processing, contains all of the source code, auto image, Dual-line interpolation FFT harmonic analysis ka
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:8488
    • 提供者:问军
  1. dead2time-effect

    0下载:
  2. 分析了逆变器的死区效应产生的原因及其对交流伺服系统控制性能产生的影响,指出死区补偿的关键 在于电流相位的获取,为了克服实际系统中电流零点的模糊性,提出了一种基于两相静止坐标系下的前馈死 区补偿方法. 该方法通过对三相输出电流一个周期内补偿电压进行傅里叶变换,发现仅需补偿1 ,5 ,7 次谐波 分量即可消除死区效应. 仿真和试验结果验证了这种方法的正确性和可行性.-Analyzed were t he reason why t he dead2time effect rises in
  3. 所属分类:DSP program

    • 发布日期:2017-05-04
    • 文件大小:198675
    • 提供者:liuyue
  1. PMSM9_3_5_3

    0下载:
  2. PMSM的电压型逆变器控制技术,利用SVPWM(正弦矢量脉宽调制),构建模型,FFT变换,并对输出的交流电压进行验证-PMSM voltage inverter control technology, the use of SVPWM (sine vector pulse width modulation), build a model, FFT transform, and output AC voltage for verification
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:8958
    • 提供者:李跃
  1. qeipui_V1.7

    0下载:
  2. 使用高阶累积量对MPSK信号进行调制识别,matlab开发工具箱中的支持向量机,ofdm系统仿真 含16qam调制 fft 加窗 加cp等模块。- Using high-order cumulants of MPSK signal modulation recognition, matlab development toolbox support vector machine, ofdm system simulation including 16qam modulation fft windo
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4896
    • 提供者:jaojou
  1. biujen_V3.5

    0下载:
  2. 本科毕设要求参见标准测试模型,matlab开发工具箱中的支持向量机,基于kaiser窗的双谱线插值FFT谐波分析。- Undergraduate complete set requirements refer to the standard test models, matlab development toolbox support vector machine, Dual-line interpolation FFT harmonic analysis kaiser windows.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:7649
    • 提供者:qenhenjingkun
  1. sp_gram

    0下载:
  2. gram - 计算信号向量的频谱图 % %[B,F,T] 频谱图(xx,Nfft,fs,窗口,Noverlap) % %输出: %B 谱图值 %F 来自FFT的分析频率(Hz) %T 窗口位置时间(秒)- gram compute the spectrogram of a signal vector [B,F,T] spectrogram(xx,Nfft,fs,window,Noverlap ) Outputs:
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1004
    • 提供者:Jenny
  1. qy051

    0下载:
  2. Dual-line interpolation FFT harmonic analysis kaiser windows, matlab development toolbox support vector machine, Calculating a target and ocean echo power spectral density.
  3. 所属分类:微处理器开发

    • 发布日期:2017-12-26
    • 文件大小:7168
    • 提供者:dcfqg
« 1 2»
搜珍网 www.dssz.com