搜索资源列表
lfm_compression
- SAR线性调频信号脉冲压缩仿真,包括时域加窗对脉压厚信号旁瓣的影响!-SAR chirp signal pulse compression simulation, including the time-domain windowing of the signal pulse pressure thick sidelobe impact!
SAR image
- 正侧视SAR成像算法,不需要距离徙动补偿,在时域完成距离向压缩和方位向压缩-Is side-looking SAR imaging algorithm, does not require compensation from the migration, complete the distance in the time domain to the compression and azimuth compression
ECGmonitoring
- 小波变换是一种信号的时间—尺度分析方法,它具有多分辨率分析的 特点,而且在时频两域都具有表征信号局部特征的能力。由于其在信号处 理领域表现出的优异性能,目前在生物医学领域,广泛应用于信号检测、 特征提取、图像处理、信号压缩等方面。 -Wavelet transform is a signal of the time- scale analysis method, it has the characteristics of multi-resolution analysis, bu
featureOfDWT
- Discrete Wavelet Transform,[1]离散小波变换是指在特定子集上采取缩放和平移的小波变换,是一种兼具时域和频域多分辨率能力的信号分析工具。此变换运用可以缩放平移的小波代替固定的窗进行计算分析,主要应用于信号编码和数据压缩-Discrete Wavelet Transform, [1] the discrete wavelet transform is adopted in a specific subset of the zoom and pan on the wavel
watermarkcleck-door
- 小波变换域图像水印算法是一种对图像多尺度的空间频率分解[13],能更好地与人类视觉系统(HVS Human Visual System)相匹配。由于小波变换具有良好的时频局部性和多分辨率表示的特点,而且,当前最新的图像压缩标准——JPEG2000 和视频的MPEG-7 压缩标准都采用了小波变换,-The wavelet transform domain image watermarking algorithm is a multi-scale image of the spatial frequ
rdxie
- 基于时域矫正距离走动的距离多普勒(rd)算法,包含距离走动矫正,距离弯曲矫正,二次距离压缩。-Time Domain correction based on distance walking distance Doppler (rd) algorithm, including walking distance correction bending correction, secondary range compression.
JPEGCompression
- 编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时