Welcome![Sign In][Sign Up]
Location:
Search - matlab q

Search list

[Compress-Decompress algrithmsSPIHT(Matlab).zip

Description:

% Matlab implementation of SPIHT (without Arithmatic coding stage)
%
% By Jing Tian, scuteejtian@hotmail.com

fprintf('-----------   Welcome to SPIHT Matlab Demo!   ----------------\n');

fprintf('-----------   Load Image   ----------------\n');
infilename = 'lena512.bmp';
outfilename = 'lena512_reconstruct.bmp';

Orig_I = double(imread(infilename));

rate = 1;

OrigSize = size(Orig_I, 1);
max_bits = floor(rate * OrigSize^2);
OutSize = OrigSize;
image_spiht = zeros(size(Orig_I));
[nRow, nColumn] = size(Orig_I);

fprintf('done!\n');
fprintf('-----------   Wavelet Decomposition   ----------------\n');
n = size(Orig_I,1);
n_log = log2(n);
level = n_log;
% wavelet decomposition level can be defined by users manually.
type = 'bior4.4';
[Lo_D,Hi_D,Lo_R,Hi_R] = wfilters(type);

[I_W, S] = func_DWT(Orig_I, level, Lo_D, Hi_D);

fprintf('done!\n');

fprintf('-----------   Encoding   ----------------\n');
img_enc = func_SPIHT_Enc(I_W, max_bits, nRow*nColumn, level);  

fprintf('done!\n');
fprintf('-----------   Decoding   ----------------\n');
img_dec = func_SPIHT_Dec(img_enc);

fprintf('done!\n');
fprintf('-----------   Wavelet Reconstruction   ----------------\n');
img_spiht = func_InvDWT(img_dec, S, Lo_R, Hi_R, level);

fprintf('done!\n');
fprintf('-----------   PSNR analysis   ----------------\n');

imwrite(img_spiht, gray(256), outfilename, 'bmp');

Q = 255;
MSE = sum(sum((img_spiht-Orig_I).^2))/nRow / nColumn;
fprintf('The psnr performance is %.2f dB\n', 10*log10(Q*Q/MSE));


Platform: | Size: 232873 | Author: jasonchang | Hits:

[matlabCDMA例子的MATLAB代码(Q函数可能有问题)

Description: CDMA的Matlab例程,为研究莱斯K因子影响提供一个平台,仅供参考-CDMA Matlab routines, to study factors affecting K Rice provided a platform for reference
Platform: | Size: 5120 | Author: 俞星 | Hits:

[AI-NN-PRGeneticAlgorithms_matlab

Description: X(t)=Asin(2*pi *f *t+ q)+n(t) 估计其中的参数为A,f, q。n(t)为随机噪声,服从正态分布。 其他的具体见附件中的程序 -X (t) = 4sin (2* pi* f* t q) n (t) is estimated parameters A, f, q. N (t) of random noise, subject to normal. Other specific see annex to the proceedings
Platform: | Size: 6144 | Author: 戴朝华 | Hits:

[CommunicationQPSK_TX_IQ_RX_REV1

Description: QPSK Transmitter and I/Q Correlator Receiver is based on the technique of queing the information in a bit stream and on the receving end using FFT and some additive filters, as the addition of noise is made to infuse the need of a filter. Necessarily a Baseband filter is used. Modulation acheived at the receiving end. -QPSK Transmitter and I/Q Correlator Recei ver is based on the technique of the infor queing mation in a bit stream and on the receving end usi ng FFT and some additive filters, as the addition of noise is made to infuse the nee d of a filter. Necessarily a Baseband filter is u sed. Modulation achieved at the receiving end.
Platform: | Size: 4096 | Author: xiaoying | Hits:

[matlabSIR-with-Q

Description: 用matlab程序编写的一个三维雷达跟踪粒子滤波器,超强-using Matlab procedures prepared by the three 3D radar tracking a particle filter, super
Platform: | Size: 16384 | Author: luqing | Hits:

[matlabQAM

Description: 此程序是基于MATLAB的QAM调制程序,使用起来简单易学。-This procedure is based on the MATLAB-QAM modulation procedures, use easy to learn.
Platform: | Size: 1024 | Author: 周天 | Hits:

[matlabQPSK-I-Q

Description: matlab仿真程序,产生QPSK调制的信号,严格按照QPSK的调制步骤分I路Q路产生信号,最后两路相加,产生已调信号,调制信号随机产生,载波信号是余弦信号。-matlab simulation program to produce the QPSK modulation signal, in strict accordance with the QPSK modulation of the sub-step road Q road I have a signal, the sum of the last two, have been transferred signal, randomly generated modulated signal, carrier signal is a cosine signal.
Platform: | Size: 3072 | Author: duanaobest | Hits:

[Communication-MobileQAM_Matlab

Description: qam的matlab程序。m文件,非simulink。各个模块比较全面,希望有所帮助-qam matlab
Platform: | Size: 17408 | Author: Carlin | Hits:

[Graph programedgedir_his

Description: 基于边缘方向直方图的图像检索matlab程序,直方图为提取8个方向的的统计概率,对于花朵、人脸、汽车的检索效果很好。-Edge direction histogram based image retrieval matlab procedures, histogram for the extraction of the eight directions of statistical probability, for flowers, human faces, cars good search results.
Platform: | Size: 7168 | Author: xiaobao | Hits:

[matlabReinforcementLearning

Description: q学习算法的一个例程,上传与大家分享一下-q learning algorithm, a routine, upload to share with you some
Platform: | Size: 1024 | Author: 狼牙 | Hits:

[Mathimatics-Numerical algorithmsQ-learning

Description: 关于增强学习的一个例子,Q-learning算法,和大家分享。-An example of reinforcement learning, and to share.
Platform: | Size: 2048 | Author: 薛刚 | Hits:

[matlabq

Description: 三篇关于MATLAB,模糊PID控制,液位控制与仿真的文章-3 on MATLAB, Fuzzy PID control, level control and simulation of the article
Platform: | Size: 211968 | Author: 410106925 | Hits:

[matlabQ-learning-Reinforcement-learning

Description: 强化学习matlab源代码很少见的源代码,详细介绍Q学习的编程过程。-Reinforcement learning matlab source code,rare source code, detailed Q learning programming.
Platform: | Size: 1024 | Author: jzhao | Hits:

[matlabReinforcementLearning

Description: 强化学习算法的MATLAB仿真实例,希望能够对大家有帮助.-Q-learning algorithm of MATLAB simulation examples,wish it can help you.
Platform: | Size: 1024 | Author: xieying | Hits:

[Algorithmq-learning

Description: q-learning的一个解释性例子.压缩文件有两个m文件构成,运行后可输出结果。-q-learning with matlab
Platform: | Size: 2048 | Author: xxx | Hits:

[matlabQ-algorithm-of-RL

Description: 强化学习的Q算法matlab代码。适合寻找最优路径。让您对q算法一定有直观的理解!-A matlab program about Q of Reinforcement Learning Algorithm
Platform: | Size: 2048 | Author: qicaiyun | Hits:

[matlabmatlab-Q-function

Description: Q函数、互补误差函数定义,以及之间的关系、matlab实现Q函数-Q function, complementary error function is defined, and the relationship between, matlab Q function
Platform: | Size: 11264 | Author: 小晗晗哟 | Hits:

[matlabmatlab q学习 走迷宫

Description: 在环境中寻找最优路径,自定义出发点和终点,实现智能体与环境交互(Find the optimal path in the environment, customize the starting point and end point, and realize the interaction between the intelligent body and the environment)
Platform: | Size: 8192 | Author: shuai_jiediqi | Hits:

[AI-NN-PRmatlab Q学习仿真

Description: 基于Q学习算法,寻找最优路径,是强化学习中的一种,很实用,代码很详细,有备注(Searching for the optimal path based on Q algorithm is a kind of reinforcement learning. It is very practical, the code is very detailed, with notes.)
Platform: | Size: 4096 | Author: Monster42 | Hits:

[matlabq-learning

Description: 在动态环境中使用Q学习优化算法进行优化,仿真软件为Matlab(Q-learning optimization algorithm is used to optimize in dynamic environment. The simulation software is MATLAB)
Platform: | Size: 24576 | Author: pedubdvnmy | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net