搜索资源列表
pcm
- 脉冲编码调制(PCM)实现 编程实现PCM技术的三个过程:采样、量化与编码。 采样:低通连续信号采样,以 x=sin(200*t) m=x./(200*t) m=m.*m 为例说明低通采样定理,绘出信号时、频图形;带通连续信号采样,以x=sin(20*t) m=x./t 为例说明带通采样定理,绘出信号时、频图形。 量化:均匀量化,以幅度 的正弦信号为例实现为64级电平的均匀量化;非均匀量化,输入A律PCM编码器的正弦信号 ,采样序列为 ,将其进行PCM编码,给出编码器的输出码组序列
Fourier--parameter-estimation-
- 本次实验主要是对一个正弦信号加入高斯白噪声,然后通过傅里叶变换对正弦信号进行谱估计。最后要用matlab进行仿真,得到正弦函数的时域和频域波形,关键找出信噪比和正弦信号频谱的均方误差之间的关系。-The experiment is a sinusoidal signal which is to white Gaussian noise, then by Fourier transform of the sinusoidal signal spectrum estimation. Finally,
sinacosaplot
- 这是一个正弦波和与余弦波的程序,主要体会matlab绘图语法的使用,对于初学者有很好的学习价值-This is a sine wave and cosine wave of the program, mainly to experience the use of Matlab graphics syntax, good learning experience for beginners
dds_synthesizer
- Matlab code for dds output can be taken for sine wave generation using matlab
dst_dct
- discrete sine or cosine transform using matlab
Chan_Rice
- 利用正弦波叠加法生成莱斯信道程序,亲测可用(The use of sine wave superposition method to generate Les channel program, pro test available)
FFT_test
- matlab fft测试程序,包括正弦余弦信号文件生成和提取文件内容并做fft变换(Matlab FFT test program, including sine cosine signal file generating and extracting file content and doing FFT transformation)