搜索资源列表
ofdmreileigh
- 包括各种调制方式的比较,在加性噪声下以及在多径下的仿真,包括各种函数的代码(编码,调制,译码,解调,等一系列完整的函数)-Include a variety of modulation methods of comparison, in the additive noise as well as in multi-path simulation, including the various function codes (coding, modulation, decoding, demodul
enhancement
- 图像增强最基础的相关函数的介绍,包括给图像加噪声的处理方法-Image enhancement of the introduction of the most basic function, comprising administering to the processing method of the image plus noise
DSP
- MATLAB软件平台下,利用函数wavread对语音信号进行采样,记住采样频率和采样点数; 2)画出语音信号的时域波形,对采样后的语音进行fft变换,得到信号的频谱特性;对语音信号分别加入正弦噪声和白噪声,画出加噪信号的时域波形和频谱图; 3)根据对加噪语音信号谱分析结果,确定滤除噪声滤波器的技术指标,设计合适的数字滤波器,并画出滤波器的频域响应; 4)用所设计的滤波器对加噪的信号进行滤波,在同一个窗口画出滤波前后信号的时域图和频谱图,对滤波前后的信号进行对比,分析信号变化; -
FSK
- 2FSK的调制与解调代码,不用matlab里面的函数,自己写出来的仿真程序,加了噪声和滤波器。仅供学习交流。-2FSK modulation and demodulation code, without the function of the inside of the MATLAB, write out the simulation program, plus the noise and filter. Only for learning exchange.
1
- 16QAM信号调制,描述了解决此问题的关键任务和相应的通信工具箱函数,其中选择基带16QAM作为调制制式以及加性高斯白噪声(AWGN)作为信道模型.-16QAM signal modulation, described the critical task to resolve this problem and corresponding communication toolbox functions, including selecting a baseband 16QAM modulation
chengxu
- 1.打开matlab软件,再获取一张实验用彩色图像,使用imread函数读入; 2.用均值滤波法对所获取的彩色图像进行去椒盐噪声处理。 3,、对已加噪和去噪的图像进行必要的保存。-Image denoising main program