搜索资源列表
-
0下载:
数字音频格式有很多种,其质量与采样频率和采样精度两个参数有关。频率的表示单位为赫兹〔Hz〕,它表示每秒采样次数。采样频率越高,音质就越好。采样精度为每次采样所存储的数据数量,它决定每个数字信号所能够表示的离散振幅的数量。存储每个样本的数据越多,音质就越好。但是高品质的声音需要占用大量的内存和磁盘空间。考虑到网络带宽,在Internet连接上传输就需要花费很长的时间。对于Applet来说,保证声音文件的最小化是极为重要的。-digital audio format there are many,
-
-
0下载:
离散时间语音信号处理源码(matlab)-discrete-time speech signal processing FOSS (Matlab)
-
-
0下载:
本章重点:
1.离散信号的概念
2.离散信号的运算
3.离散系统的概念
4.离散周期信号的傅立叶级数(DFS)
5.离散非周期信号的傅立叶变换(频谱密度函数DTFT)
6.简单的滤波器(简介)
-This chapter focuses: 1. The concept of discrete signal 2. Discrete signal computing 3. The concept of discrete-time systems 4. Discrete F
-
-
0下载:
《数字信号处理C语言程序集》
内涵各种c语言源码!
第一章 数字信号的产生
均匀分布随机数;正态分布随机数;指数分布随机数....
第二章 快速傅里叶变换
第三章 快速离散正交变换
第四章 快速卷积与相关
第五章 数字滤波器的时域和频域响应
-" Digital Signal Processing C language program set the connotation of a variety of c language source code!
-
-
0下载:
应用时域内插公式模拟用理想低通滤波器由离散序列恢复模拟信号的编程-Application time domain interpolation formula simulation with ideal low-pass filter by discrete sequence recovery analog signal programming
-
-
0下载:
离散时域信号,采用辛普森算法时域高精度积分,例如速度信号转化为速度信号。-Discrete time-domain signal , using the Simpson integration precision time-domain algorithms , such as the speed signal into a speed signal .
-
-
0下载:
魏格纳时频分布,非平稳随机信号离散时间wvd仿真处理-Wigner time-frequency distribution, non-stationary random signal processing discrete-time simulation wvd
-
-
1下载:
快速傅里叶变换法(FFT)是离散傅立叶变换的一种快速计算方法,它能使N点DFT的乘法计算量由N2 次降为 次。下图是采样点数为8点FFT时间抽取算法信号流图,本程序也是以这种形式设计的。-Fast Fourier Transform (FFT) is a fast computational method for discrete Fourier transforms that can reduce the multiplication of N-point DFT by N2 times. T
-