代码搜索:Decimation
找到约 613 项符合「Decimation」的源代码
代码结果 613
www.eeworm.com/read/435244/1865320
h decimation.h
//
// Project: Experiment 4.5.7 Sample Rate Convertor using FIR filter - Chapter 4
// File name: decimation.h
//
// Description: This is the header file for the decimation FIR filter
//
/
www.eeworm.com/read/435244/1865333
h decimation.h
//
// Project: Experiment 4.5.5 Decimation using FIR filter - Chapter 4
// File name: decimation.h
//
// Description: This is the header file for decimation FIR filter
//
// For the book
www.eeworm.com/read/435244/1865350
h decimation.h
//
// Project: Experiment 4.5.8 Implementation of sample rate convertor in real-time - Chapter 4
// File name: decimation.h
//
// Description: This is the header file for the decimation FIR
www.eeworm.com/read/432196/8620511
m decimation_interpolation.m
clc
clear all
close all
x=imread('rose.tif');
[r c] = size(x);
dif=2; %decimation and interpolation factor
figure(1)
subplot(231),imshow(x),title([' original image [', num2str(size(x)), ']'])
fig
www.eeworm.com/read/432196/8620517
asv decimation_interpolation.asv
clc
clear all
close all
x=imread('rose.tif');
[r c] = size(x);
dif=2; %decimation and interpolation factor
figure(1)
subplot(231),imshow(x),title([' original image [', num2str(size(x)), ']'])
fig
www.eeworm.com/read/245461/12799145
am h_decimation.am
1.0000000e+00 6.0950000e-01 4.9455000e-01 3.9400000e-01 2.3713000e-01 1.8997800e-01 1.1588200e-01 6.9926000e-02 4.6230000e-02
www.eeworm.com/read/712/3593
vi decimation filter.vi
www.eeworm.com/read/172695/9696450
am h_decimation.am
1.0000000e+00 6.0950000e-01 4.9455000e-01 3.9400000e-01 2.3713000e-01 1.8997800e-01 1.1588200e-01 6.9926000e-02 4.6230000e-02
www.eeworm.com/read/237869/13924424
vi decimation filter.vi
www.eeworm.com/read/237869/13924628