Wavelet Packet Modulation and Demodulation

WPM and WPDM used in simulating N-band Discrete Wavelet Multitone Transmission.
787.0 次下载
更新时间 2011/10/16

查看许可证

function y=wpm(x,N,wname);
% N-band wavelet packet modulator.
% y is a 1-D signal reconstructed from N equal-length data streams arranged
% as the rows of the matix x. The idwt function is used with the required
% wavelet family denoted by the input wname.
% The value of N represents the number of bands and it must be an integer
% power of 2.
% The periodization mode is selected for data extension.
% This function is built by Abdulrahman Ikram Siddiq Oct-4th-2011 9:30pm.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function x=wpdm(y,N,wname);

% N-band wavelet packet demodulator.
% y is a 1-D signal is analysed to N equal-length data streams arranged
% as the rows of the matix x. The dwt function is used with the required
% wavelet family denoted by the input wname.
% The value of N represents the number of bands and it must be an integer
% power of 2.
% The periodization mode is selected for data extension.
% This function is built by Abdulrahman Ikram Siddiq Oct-4th-2011 9:45pm.

引用格式

Abdulrahman Siddiq (2024). Wavelet Packet Modulation and Demodulation (https://www.mathworks.com/matlabcentral/fileexchange/33291-wavelet-packet-modulation-and-demodulation), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Discrete Multiresolution Analysis 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0