搜索资源列表
GraphAlgorithms
- Lagrange插值函数lagr1(x0,y0,x)的matlab源程序: function y=lagr1(x0,y0,x) n=length(x0) m=length(x) for i=1:m z=x(i) -Lagrange interpolation function lagr1 (x0, y0, x) Matlab source : lagr1 function y = (x0, y0, x) n = length (x0) m = length (x) for
STBC_sim
- The channel estimation algorithm is based on a subspace approach. The method works only for identifiable STBCs (excluding >=1-rate STBCs). See publication [1] for more detail about the algorithm and the identifiability conditions. The zip file con
Eg08
- 设计Chebyshev I型滤波器 [b,a]=zp2tf(z,p,k) 转换为传递函数形式 [H,w]=freqs(b,a,n) 求得传递函数的频率特性 magH2=(abs(H)).^2 求得传递函数的幅频响应-matlab code
levelset_segmentation_biasCorrection_v1
- C. Li, R. Huang, Z. Ding, C. Gatenby, D. N. Metaxas, and J. C. Gore, "A Level Set Method for Image Segmentation in the Presence of Intensity Inhomogeneities with Application to MRI", IEEE Trans. Image Processing, vol. 20 (7), pp. 2007-2016
