搜索资源列表
2189414139200591717859627843
- 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(
3Matlab
- 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
GPSdenoise
- GPS单历元信号变形监测数据去噪处理。包括小波软/硬阀值去澡,中值滤波去噪-Single epoch GPS deformation monitoring data signal de-noising processing. Including wavelet soft/hardware to the shower threshold, median filter denoising
gaborfilter
- 圖像有些許的雜訊, 可使用中值濾波器將周邊雜訊濾除-Image noise slightly, the median filter can be used to filter out surrounding noise
medFilter
- The median filter is a nonlinear digital filtering technique, often used to remove noise with Laplacian distrinution. The main idea of the median filter is to run through the signal entry by entry, replacing each entry with the median of neighboring
filter
- filtering in matlab. using median filtering -filtering in matlab. using median filtering ....
ofdm_4qam
- ofdm程序4QAM调制。 子载波数 128 位数/ 符号 2 符号数/ 载波 1000 训练符号数 0 循环前缀长度 8 调制方式 4-QAM 多径信道数 3 IFFT Size 128 信道最大时延 2-ofdm program 4QAM modulation. Subcarriers median number of 128 /2 Symbol Symbol/carrier cyclic prefix length of the
Algorithm
- 实现了中值滤波算法和移动平均算法的Android程序代码(The Android program code of median filtering algorithm and moving average algorithm is realized.)