代码搜索:量化技术
找到约 10,000 项符合「量化技术」的源代码
代码结果 10,000
www.eeworm.com/read/482867/6615459
m decodeaudio.m
function output = decodeAudio(codebook, C, L)
% 解码码输入的音频信息
% 输入: 压缩的音频信号
% 输出: 解码以后的信号
% 矢量量化解码
[y]=testlvq1(C);
% 小波的重建
output = waverec(C, L,'dB10');
www.eeworm.com/read/400885/11567327
m jpegdecode.m
function x = jpegdecode(y)
%jpegdecode函数,jpegencode的解码程序
error(nargchk(1, 1, nargin)); %检查输入参数
m = [16 11 10 16 24 40 51 61 %JPEG量化步长矩阵
12 12 14 19 26 58 60 55
14 13 16 24 40
www.eeworm.com/read/250001/12443234
m stdm.m
function [psnr,err]=stdm(step,attack_style,attack_strength)
%%% attack_style 用于设置选择何种攻击
%%% step 用于设置量化步长
%%% err 返回误码率
%%% psnr 返回峰值信噪比
%%% attack_strength 用于控制攻击的强弱
%%%%%%%%%%%%%%%% 读入原始载体图像 %
www.eeworm.com/read/249996/12443297
m dm_dct_fenkuai.m
function [psnr,err]=dm_dct_fenkuai(step,attack_style,attack_strength)
%%% attack_style 用于设置选择何种攻击
%%% step 用于设置量化步长
%%% err 返回误码率
%%% psnr 返回峰值信噪比
%%% attack_strength 用于控制攻击的强弱
%%%%%%%%%%%%%%%%
www.eeworm.com/read/248485/12557095
m low_mul_quan.m
function Bq=Low_Mul_quan(a,Bi,Fs,Pha_Sub,Ds,f,i)
% Low_Mul_quan.m 量化a1和Bi
% $date 11/10/2005
%
% 作者:赵泽平
% vf1983cs@163.com
%
%
% References:
% Miroslav D. Lutovac, Dejan
www.eeworm.com/read/132662/14081734
h integralapi.h
// integralapi.h
#ifndef _INC_INTEGRALAPI
#define _INC_INTEGRALAPI
double WINAPI f1(double x,double q,double a);
//确定要积分的函数,即量化误差平方与密度函数的积
double WINAPI integral1(double a1,double
www.eeworm.com/read/179030/9378077
ini oeminfo.ini
[Version]
Microsoft Windows Whistler Edition
WinVer=5.01
[General]
Manufacturer=TOSHIBA
Model=
[Support Information]
Line1="技术支持:"
Line2="请参照用户手册中的[东芝技术支持]"
[Link]
Info="欢迎使用东芝电脑"
Inf
www.eeworm.com/read/463278/7184453
txt 16. ejb note.txt
EJB 3.0
Sun App/JBoss/Weblogic
-----------------------------------------------------------
Day1
1. What is EJB
EJB(Enterprise JavaBean)是JavaEE应用的业务层技术标准, 以这项技术开发的组件叫做EJB组件,常常简称EJB
EJB架构是
www.eeworm.com/read/459394/7276163
txt windowsapplication1.csproj.filelistabsolute.txt
I:\Other\MyStudy\技术\控件\Demo\QQ系列\QQ停靠\WindowsApplication1\bin\Debug\WindowsApplication1.exe
I:\Other\MyStudy\技术\控件\Demo\QQ系列\QQ停靠\WindowsApplication1\bin\Debug\WindowsApplication1.pdb
I:\Other\MyStu