搜索资源列表
wavelift
- 暂时只支持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(mat2g
ovrlpadd
- realize overlapped-add method %[y]=overlpadd(x,h,Nfft) %y:output sequence %x:input sequence %h:filter impulse response sequence %Nfft:points of each DFT operation %重叠相加法实现分段卷积-realize overlapped-add method% [y] = over lpadd (x, h, Nfft)
ssd.m
- SSD - Sum of squared Differences
Rayleigh_fading
- In this program, several statistical fading channel simulators using the Sum-of-Sinusoids (SoS)has been implemented.A Rayleigh fading channel impulse respose using jakes model has been generated in matlab -In this program, several statistical fadin
null_beamform_cf
- MATLAB function that performers delay and sum beamforming on two input signals in the frequency domain.
BP
- Belief Propagation (BP) Implementations gabp.m, run_gabp.m => Gaussian BP - parallel version asynch_GBP.m => Gaussian BP - serial version sparse_gabp.m, run_sparse_gabp.m => Gaussian BP - sparse version, optimized, tested on sparse
LDPC_BSN
- matlab仿真实现LDPC码编码译码(1/2)-LDPC Decoder for rate=1/2 Min-Sum, Sum-Product, Scaling Min-Sum Layered Decoding for Matlab Code
simulation_results_wimax_1152_075_MinSum
- simulation results of Wimax min-sum
SumAbsDiff
- code to get optical flow using sum of absolute differences matching
SumSqDiff
- code to get optical flow using sum of square difference method
sum
- 此程序写了,任意给定两个数,互相作为底数和指数,再求和。如果不满足条件,报错。-This program was made, any given two numbers to each other as the base and index, and then sum. If does not meet the conditions, an error.
pattern
- beamfoming pattern for microphones using delay and sum beamformer
clus
- 极小化误差平方和算法聚类源代码,下载后直接运行就可以了-Minimizing the error sum of squares clustering algorithm source code can be run directly after downloading the
sason1
- the sum-rate inner bound of sason on two-user interference channel
iterative--subset-sum
- 子集和的迭代算法,一个序列,序列中得子集和等于给定数的所有解答-subset sum :iterative method
Directivity_function
- 麦克风阵列, directivity function of simple delay-sum-beamformer -Microphone array, directivity function of simple delay-sum-beamformer
cascade sum
- cascade cumulative sum algorithm
Sum-Product-algrithm
- 因子图和和积算法的matlab实现,给需要的人用,谢谢你的宝贵建议-factor graph and sum-product algorithm
SUM OF SIN
- SUM OF SINUSOIDAL SIGNALS
Fourier transform based on Riemann sum
- 基于黎曼和,已知傅里叶计算的公式,积分计算傅里叶级数(Fourier transform based on Riemann sum.)