代码搜索:低失真
找到约 2,815 项符合「低失真」的源代码
代码结果 2,815
www.eeworm.com/read/165827/10050442
m p0405.m
afm = imread('afmsurf.tif');figure, imshow(afm);
se = strel('disk', 15);
Itop = imtophat(afm, se); % 高帽变换
Ibot = imbothat(afm, se); % 低帽变换
figure, imshow(Itop, []); % 高帽变换,体现原始图像的灰度峰值
figure,
www.eeworm.com/read/164814/10086827
m p0405.m
afm = imread('afmsurf.tif');figure, imshow(afm);
se = strel('disk', 15);
Itop = imtophat(afm, se); % 高帽变换
Ibot = imbothat(afm, se); % 低帽变换
figure, imshow(Itop, []); % 高帽变换,体现原始图像的灰度峰值
figure,
www.eeworm.com/read/164643/10099424
m p0405.m
afm = imread('afmsurf.tif');figure, imshow(afm);
se = strel('disk', 15);
Itop = imtophat(afm, se); % 高帽变换
Ibot = imbothat(afm, se); % 低帽变换
figure, imshow(Itop, []); % 高帽变换,体现原始图像的灰度峰值
figure,
www.eeworm.com/read/356214/10234988
m diwei.m
for i=1:1024
%% sin的低八位量化
if sinfail(i)>=768
disin(8*i-7)=sinfail(i)-768;
elseif sinfail(i)>=512
disin(8*i-7)=sinfail(i)-512;
elseif sinfail(i)>=256
www.eeworm.com/read/271157/11005148
m p0405.m
afm = imread('afmsurf.tif');figure, imshow(afm);
se = strel('disk', 15);
Itop = imtophat(afm, se); % 高帽变换
Ibot = imbothat(afm, se); % 低帽变换
figure, imshow(Itop, []); % 高帽变换,体现原始图像的灰度峰值
figure,
www.eeworm.com/read/452964/7428686
txt 例3.9.txt
例3.9 运输公司对用户计算运费。路程(s)越远,每公里运费越低。标准如下:
s<250km 没有折扣
250≤s<500 2%折扣
500≤s<1000 5%折扣
1000≤s<2000
www.eeworm.com/read/450211/7488708
vhd lpf.vhd
--------该模块实现低通滤波--------
library ieee;
use ieee.std_logic_arith.all;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity lpf is
port (clk :in std_logic;
din
www.eeworm.com/read/444882/7603816
h ads7844.h
#ifndef _ads7844_h
#define _ads7844_h
/*~~~~~~~~~~~置第i片ad片选为高~~~~~~~~~~~*/
void SetCS(int i);
/*~~~~~~~~~~~~~置第i片ad片选为低~~~~~~~~~~~~~~~*/
void ClcCS(int i);
/*~~~~~~~~~~~~~~~~发送控制字~~~~~~~~~~~~~~~
www.eeworm.com/read/435864/7782526
c main.c
#include "spce061a.h"
#include "MyBit.h"
/////////////////////////////////////////////
#define OE A0 //输出使能 低有效
/*******************************************
输出频率分频比例选择
S0 S1 分频比
0 0 掉电
0 1 2
www.eeworm.com/read/435864/7782528
c trans.c
#include "spce061a.h"
#include "MyBit.h"
/////////////////////////////////////////////
#define OE A0 //输出使能 低有效
/*******************************************
输出频率分频比例选择
S0 S1 分频比
0 0 掉电
0 1 2