搜索资源列表
Math
- 以面向对象方法实现的数值算法类库,包括 向量、矩阵等的运算以及FFT-object-oriented methods to achieve the numerical algorithm library, including vector, matrix arithmetic and FFT
fft
- 快速傅立叶变换,及快速傅立叶反变换。输入第一行为向量维数,第二三行为两个向量-Fast Fourier Transform, and Fast Fourier Transform. Input vector dimension of the first acts, acts of two vector
algorithm
- DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
OFDM
- OFDM下行的仿真1、产生要传输随机数; 2、进行调制; 3、串并转换; 4、进行IFFT操作(代码中有用到共轭对称向量的IFFT为实数进行简化计算); 5、增加循环前缀; 6、并串转换; 7、输出前滤波; 8、增加信道噪声(加性高斯白噪声); 9、接收端串并转换; 10、去除循环前缀; 11、进行FFT变换; 12、信号解调; 13、误比特率计算; -OFDM downlink simulation 1, have t
linear_array
- 利用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
magykmrk
- matlab开发工具箱中的支持向量机,一种噪声辅助数据分析方法,相控阵天线的方向图(切比雪夫加权),基于kaiser窗的双谱线插值FFT谐波分析,插值与拟合,解方程,数据分析,包含收发两个客户端的链路级通信程序。- matlab development toolbox support vector machine, A noise auxiliary data analysis method, Phased array antenna pattern (Chebyshev weights), D
benghei_v35
- 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
qeipui_V1.7
- 使用高阶累积量对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
biujen_V3.5
- 本科毕设要求参见标准测试模型,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.
sp_gram
- 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: