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

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:

[Other resourcelinetr-double-invented-pendument

Description: 对直线二级摆系统利用滑膜变结构理论进行控制研究,在MATLAB环境下进行仿真试验,仿真曲线达到了理想效果。-right straight two pendulum system using synovial variable structure control theory, MATLAB environment for simulation, simulation curves achieved the desired effect.
Platform: | Size: 3909 | Author: guozhao | Hits:

[Special Effectsdouble

Description: 一个用matlab编写双线性法求图像的放大与 缩小的小程序
Platform: | Size: 1067 | Author: 呵呵 | Hits:

[OtherYangShiGanShe

Description: 光学中杨氏双缝干涉仿真程序。可以是准单色光和单色光。-optics Young's double slit interference simulation program. It was a quasi-monochromatic light and monochromatic light.
Platform: | Size: 1024 | Author: 小笨 | Hits:

[matlabdouble-fedmachine

Description: 双馈电机数学模型,基于simulink,如果需要可以提供S函数的模型-Doubly-fed machine mathematical model, based on simulink, if necessary can provide a model S function
Platform: | Size: 10240 | Author: | Hits:

[matlabmotorsfuntion

Description: 双馈电机的matlab/simulink源码,基于s函数编写-double-fed motor Matlab/Simulink source, based on the function s prepared
Platform: | Size: 3072 | Author: | Hits:

[matlabDTALK

Description: 结合回声消除和语音增强方法的double talk算法,能在噪声环境下定出语音的端点-light echo cancellation and voice enhancement method of double talk algorithm can be noisy environment set voice endpoint
Platform: | Size: 1024 | Author: 杨杨 | Hits:

[matlabjifenlianxi

Description: 复化simpson公式求二重积分的matlab程序,对于无振荡函数的二重积分效果很好!-Minute of Double Integral formula for the Matlab procedures, without oscillation function for the Double Integral good results!
Platform: | Size: 1024 | Author: | Hits:

[Special Effectsdouble

Description: 一个用matlab编写双线性法求图像的放大与 缩小的小程序-Matlab bilinear used to prepare a method of shrinking the image to enlarge a small program
Platform: | Size: 1024 | Author: 呵呵 | Hits:

[Special Effectsmatlab

Description: 伺服直流电机仿真图,包括直流双闭环仿真图,结果可靠-DC motor servo simulation map, including the double-loop simulation of DC plans, resulting in reliable
Platform: | Size: 7168 | Author: 王林林 | Hits:

[Documentsbldc.matlab

Description: 在分析无刷直流电机(BLDC)数学模型的基础上,提出了一种无刷直流电机控制系统仿 真建模的新方法。在Matlab/Simulink环境下,把独立的功能模块和S函数相结合,构建了无刷直流 电机系统的仿真模型。系统采用双闭环控制:速度环采用离散PID控制,根据滞环电流跟踪型PWM 逆变器原理实现电流控制。仿真和试验结果与理论分析一致,验证了该方法的合理性和有效性。 此方法也适用于验证其他控制算法的合理性,为实际电机控制系统的设计和调试提供了新的思路。 -Based on the mathematical model of the Brushless DC motor(BLDC),a novel method for modeling and simulation of BLDC control system was proposed.In Matlab/Simulink,by the combination of the isolated functional blocks and S-functions,the model of BLDC could be established.In the double loop of control system,a discrete PID controller was adopted in the speed loop and a current controller was completed in the current loop on the principle of hysteresis current track PWM inverter.The reasonability and validity were testified by the coincidence of the simulation and experimentation results and theory analysis.This novel method is also suitable for verifying the reasonability of other control algorithms and offers a new thinking for designing and debugging actual motors.
Platform: | Size: 587776 | Author: zhanghejun | Hits:

[matlabmatlab

Description: 滑模自适应模糊控制平面二级倒立摆源代码 主要是平面二级倒立摆的仿真系统,基于Matlab的仿真-Adaptive fuzzy sliding mode control plane source code double inverted pendulum
Platform: | Size: 10240 | Author: 熊然 | Hits:

[matlabMATLAB--Endpoint-Detection-

Description: 介绍了端点检测的基本方法:基于短时能量的、基于短时过零率的、双门限检测的方法-Describes the basic method of endpoint detection: Based on short-term energy, zero crossing rate based on short-term, double threshold detection method
Platform: | Size: 5120 | Author: mayday | Hits:

[matlabCommunication-system-matlab-simulink

Description: matlab/simulink通信建模与仿真实例精讲 非常详细-matlab/simulink communications modeling and simulation is very detailed Jingjiang
Platform: | Size: 15394816 | Author: hp | Hits:

[matlabMatlab双均线分钟K线策略例子

Description: 回测框架Matlab双均线分钟K线策略例子Matlab双均线分钟K线策略例子(Matlab double average minute K line strategy example)
Platform: | Size: 4096 | Author: caosimba | Hits:

[matlab雷达系统设计与matlab仿真

Description: 雷达系统设计书在压缩包,还包含书中的代码 中英文双册(Radar system design book in the compressed package, but also contains the book code, Chinese and English double books)
Platform: | Size: 41358336 | Author: 关浩亮 | Hits:

[OtherLFM matlab

Description: 仿真线性调频连续波雷达的信号处理,设线性调频带宽为22MHz,时宽为200us ,雷达载频为10GHz,输入噪声为高斯白噪声。目标模拟分单目标和双目标两种情况。(Simulation of linear frequency modulation continuous wave radar signal processing, linear frequency modulation of 22 MHZ bandwidth, wide for 200 us, radar carrier frequency for 10 GHZ, the input noise is the gaussian white noise target simulation of single and double target two cases.)
Platform: | Size: 139264 | Author: 玉不琢币 | Hits:

[matlabMatlab双均线分钟K线策略例子

Description: 运用Matlab完成量化投资中双均线分钟K线策略(Matlab double-line-minute K-line strategy example)
Platform: | Size: 3072 | Author: wangyifan | Hits:

[OtherRobotics Toolbox for MATLAB

Description: matlab机器人工具箱,MATLAB工具箱格式(.mltbx)在MATLAB文件浏览器中(或已安装matlab)双击该文件,它将正确安装和配置路径(The MATLAB robot toolbox, the MATLAB toolbox format (.Mltbx) double clicking the file in the MATLAB file browser (or already installed matlab), it will install and configure the path correctly)
Platform: | Size: 13537280 | Author: MajestyQiu | Hits:

[Other双闭环控制下的双向dcdc matlab仿真

Description: 双闭环控制下的双向dcdc仿真程序,可供参考(The simulation program of bidirectional dcdcdc under double closed-loop control can be used for reference)
Platform: | Size: 16384 | Author: SDXV%255F89937 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net