搜索资源列表
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,
sin.mif
- matlab产生正弦信号的mif文件 借鉴于别人的,不过已经得到验证成功可用-Use the matlab to generate .mif file of sin fuction
CP0301
- matlab程序,包括产生正弦调制信号,随机调制信号和周期调制信号,对PPM调制过程进行了仿真-matlab procedures, including sinusoidal modulation signal, random and periodic modulation signal modulated signals for PPM modulation process simulation
FFT_test
- matlab fft测试程序,包括正弦余弦信号文件生成和提取文件内容并做fft变换(Matlab FFT test program, including sine cosine signal file generating and extracting file content and doing FFT transformation)
hilbert
- 产生正弦信号时域波形及频谱,并通过希尔伯特滤波器。其中希尔伯特滤波器有两种产生方式,一是使用MATLAB自带的FDAtool;二是程序编写。(The time-domain waveform and spectrum of sinusoidal signal are generated and passed through Hilbert filter. There are two ways to generate Hilbert filter, one is to use FDAtool in