CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab CDF
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab CDF - List
[
matlab
]
Quantizer.zip
DL : 0
Quantizer source code matlab, there are many CDF PDF codes as well.
Update
: 2011-04-20
Size
: 263.69kb
Publisher
:
netor4you@yahoo.com
[
matlab
]
WaveletCDF97
DL : 0
Cohen-Daubechies-Fauraue 9-7 Wavelet Transforms . CDF小波分解matlab源代码-Cohen-Daubechies- Fauraue 9-7 Wavelet Tr ansforms. CDF wavelet decomposition Matlab source code
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王波
[
matlab
]
wavelift
DL : 0
暂时只支持jpeg2000支持的 cdf97 和spline53 可以这样来测试: x=imread( E:\study\jpeg2000\images\lena.tif ) % see the decomposition coefficients y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y)) % see the reconstruction precision yy=wavelift(x, 5) using cdf 9/7 wavelet ix=wavelift(yy,-5) inverse sum(sum((double(x)-ix).^2)) -only temporary support jpeg2000 support cdf97 and spline53 this can be measured Examination : x = imread (E : \ study \ jpeg2000 \ images \ lena.tif)% see the d ecomposition coefficients wavelift y = (x, 1, spl53) using spline 5/3 wavelet figure subplot (1,2,1) imshow (x) subplot (1,2, 2) imshow (mat2gray (y))% see the reconstructi on precision wavelift yy = (x, 5) using cdf 9/7 wavelet ix = wavelift (yy.-5) inverse sum (sum ((double (x)- ix). ^ 2
Update
: 2025-02-19
Size
: 6kb
Publisher
:
余庆红
[
Wavelet
]
CDF_9_7_Wavelet_Transform
DL : 0
CDF 9/7 Wavelet Transform matlab code-CDF 9/7 Wavelet Transform Matlab code
Update
: 2025-02-19
Size
: 77kb
Publisher
:
沈哲
[
Communication
]
walfish-bertoni
DL : 0
无线通信中的经典传输损耗预测模型(walfish-bertoni)的pdf cdf的仿真程序-wireless communications transmission loss of the classic model (walfish- bertoni) pd f cdf the simulation program
Update
: 2025-02-19
Size
: 7kb
Publisher
:
杨怡怀
[
Algorithm
]
VORTEX_1150011917
DL : 0
涡量流函数的源程序,对CDF学习者有很大的启发意义,但是不包括压力方程的求解。-vortex flow function of the source, the CDF learners great inspiration, However, excluding the pressure equation solving.
Update
: 2025-02-19
Size
: 83kb
Publisher
:
苏远海
[
Special Effects
]
histogramprocessing
DL : 0
Several functions are provided for Histogram Processing. They include: PDF, CDF, and Histogram Equalization. For further details, please refer to: "Gonzales & Woods, DIP, 2nd. ed." -Several functions are provided for Histog ram Processing. They include : PDF, CDF, and Histogram Equalization. For further detai ls, please refer to : "Gonzales
Update
: 2025-02-19
Size
: 3kb
Publisher
:
xj
[
Other
]
PAPR
DL : 0
Obtain the CDF plots of PAPR from an OFDM BPSK transmission specified per IEEE 802.11a specification Per the IEEE 802.11a specifications, we 52 have used subcarriers. Given so, the theoretical maximum expected PAPR is 52 (around 17dB). However, thanks to the scrambler, all the subcarriers in an OFDM symbol being equally modulated is unlikely. Using a small script, the cumulative distribution of PAPR from each OFDM symbol, modulated by a random BPSK signal is obtained
Update
: 2025-02-19
Size
: 26kb
Publisher
:
陈语恬
[
Communication-Mobile
]
rayleigh_channel_simulation
DL : 0
多径锐利平坦衰落仿真,包括PDF,CDF,PSD的分析,且带有一个BPSK通信的实例-Sharp flat fading multipath simulation, including the PDF, CDF, PSD analysis, and with a BPSK communication examples
Update
: 2025-02-19
Size
: 358kb
Publisher
:
wangfang
[
Communication-Mobile
]
cdf_vs_snr
DL : 0
改程序实现了mimo无线通信的容量的CDF、PDF等分布曲线-Procedures to achieve the capacity of mimo wireless communication of the CDF, PDF and other distribution curve
Update
: 2025-02-19
Size
: 1kb
Publisher
:
月竹
[
Special Effects
]
chuli
DL : 0
用cdf 9/7 小波分解和重建二维图像,若在中间加上适当的处理过程,则可实现对图像的去噪处理。-With cdf 9/7 wavelet decomposition and reconstruction of two-dimensional image, if in the middle combined with the appropriate processing can be achieved to address the image denoising.
Update
: 2025-02-19
Size
: 8kb
Publisher
:
薛某人
[
Wavelet
]
CDF97WaveletTransform
DL : 0
对 JPEG2000 进行小波的 CDF 97 变换-CDF 97 Wavelet Transform
Update
: 2025-02-19
Size
: 5kb
Publisher
:
chen huayi
[
Wavelet
]
WaveletTransformsinMATLAB
DL : 0
执行一维和二维小波变换在MATLAB环境中。十几包括的小波函数有: * Haar * Daubechies 1-6 * Symlets 1-6 * Coiflets 1 and 2 * Splines and reverse splines * CDF 9/7 and Le Gall 5/3 * S+P wavelets (2,2), (4,2), (4,4), (6,2), and (2+2,2) * Two Ten "TT" * Low-complexity design * HVS design Visual 9/3 -Description Perform 1D and 2D wavelet transforms in MATLAB. WAVELET(W,L,X) computes the L-stage discrete wavelet transform (DWT) of signal X using wavelet W. For the inverse transform, WAVELET(W,-L,X) inverts L stages. Included wavelets are * Haar * Daubechies 1-6 * Symlets 1-6 * Coiflets 1 and 2 * Splines and reverse splines * CDF 9/7 and Le Gall 5/3 * S+P wavelets (2,2), (4,2), (4,4), (6,2), and (2+2,2) * Two Ten "TT" * Low-complexity design * HVS design Visual 9/3
Update
: 2025-02-19
Size
: 10kb
Publisher
:
chen huayi
[
Other
]
paprofdmbpsk
DL : 1
降低OFDM中BPSK调制的PAPR的方法MATLAB源码cdf图-BPSK modulation in OFDM to reduce the PAPR of the method of MATLAB source cdf map
Update
: 2025-02-19
Size
: 1kb
Publisher
:
李波
[
Communication-Mobile
]
paprofdmbpsk
DL : 0
Script for computing the per symbol peak to average PAPR for an OFDM transmit waveform (loosely based on IEEE 802.11A specifications) Further, Cumulative Distribution Function (CDF) plots of the PAPR is captured - Script for computing the per symbol peak to average PAPR for an OFDM transmit waveform (loosely based on IEEE 802.11A specifications) Further, Cumulative Distribution Function (CDF) plots of the PAPR is captured
Update
: 2025-02-19
Size
: 1kb
Publisher
:
weihuagao
[
matlab
]
capacity_water
DL : 0
用matlab实现MIMO中的注水算法,并绘制累计分布函数-fullfill water-filling algorithm using matlab in mimo and drawing CDF
Update
: 2025-02-19
Size
: 1kb
Publisher
:
dong
[
matlab
]
CDF
DL : 0
两种计算CDF累加分布函数的Matlab程序,可以选择使用。-Two kinds of the cdf cumulative distributions of matlab program, you can optionally use.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
吴利平
[
matlab
]
normal-distribution-EDF-CDF
DL : 0
matlab中正态分布曲线的产生以及正态分布样本经验分布曲线 EDF 和 分布函数曲线CDF 曲线的对比-matlab in the production and the normal distribution curve normal distribution curve for Empirical distribution function curve of EDF and CDF curve comparison
Update
: 2025-02-19
Size
: 1kb
Publisher
:
刘
[
Graph program
]
cdf
DL : 0
基于DMRS和CP的频偏估计算法仿真,算法的CDF曲线(Simulation of frequency offset estimation algorithm based on DMRS and CP)
Update
: 2025-02-19
Size
: 124kb
Publisher
:
wstc
[
Other
]
Matlab
DL : 0
Here is the cdf of SIR WITH REUSE factor of 7
Update
: 2025-02-19
Size
: 2kb
Publisher
:
6otu
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.