登录
首页 » matlab » spectralmatrix_msc_sgolay

spectralmatrix_msc_sgolay

于 2018-09-01 发布 文件大小:1KB
0 235
下载积分: 1 下载次数: 15

代码说明:

  今日对光谱数据预处理中的MSC(多元散射校正)和SG(0阶、高阶)平滑进行了学习,参考书目是李志刚老师著的《光谱数据处理与定量分析技术》(原理介绍较为详细)并结合CSDN和联合开发网上下载的代码进行了简单的matlab编程。代码稍后上传,介绍详细,感兴趣的可以去看看。(Today, MSC (Multiple Scattering Correction) and SG (0th order, high order) smoothing in spectral data preprocessing are studied. The bibliography is "Spectrum Data Processing and Quantitative Analysis Technology" by Li Zhigang (more on the principle) . And combined with CSDN and joint development of the code downloaded online to carry out a simple matlab programming. The code is uploaded , and the details are detailed. If you are interested, you can check it out.)

文件列表:

spectralmatrix_msc_sgolay.m, 1859 , 2018-09-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • modulation
    Plot π/4-DQPSK passband waveform.ASK,FSK,MSK waveform
    2010-08-11 05:00:51下载
    积分:1
  • hough
    说明:  hough变换,可以经过图像的边缘点实现霍夫变换,即实现空间转换!(hough transform, image edge points can be achieved through the Hough transform, that is to achieve space conversion!)
    2011-03-16 00:22:57下载
    积分:1
  • matlabpicMRF
    一个马尔可夫(MRF)图像分割MATLAB的源码,有30几个函数。Markov随机场的例子程序,对于初学入门MRF的人很有用,能得到直观的印象。(A Markov (MRF) image segmentation MATLAB source code, 30 a few functions. Markov random sample program, for beginners who are useful entry-MRF can get a visual impression.)
    2011-04-19 11:38:33下载
    积分:1
  • SOUND-PROCESS
    语音处理源程序,已经过调试,直接运行即可实现(Speech processing source program, have been debug, direct operation can be realized )
    2013-10-20 14:14:46下载
    积分:1
  • PBGBand
    这是一个计算二维光子晶体能带的程序,采用平面波展开法模拟2维光子晶体的能带结构。( This is a program to calculate the Photonic Bands of two dimension Photonic Crystal with circular inclusions.)
    2011-09-15 23:05:02下载
    积分:1
  • TF-analysis
    线性调频信号时频分析,自带自己写的STFT函数(FMCW TF analysis, STFT function)
    2016-12-06 16:50:06下载
    积分:1
  • q2d
    对并联机构所受到的外力进行初始值赋值,并进行并联机构的部分构件分析(Some elements of the analysis of parallel institutions by external initial value assignment, and the parallel mechanism)
    2012-07-18 20:27:34下载
    积分:1
  • fractal-use
    分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -0.1 0.8]) ②Sierpinski三角形 A=[0 1 0.5 0 0 1] 初始化A n=3 迭代次数 for i=1:n A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2 A=[A A+[c b] A+[c/2 c]] end for i=1:3^n patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数 end (Fractal Exercise One The ① Koch curve Plural iteration Koch curve clear i to prevent i is reassigned A = [0 1] initial A is a connection (0,0) and (1,0) of the segments t = exp (i* pi/3) n = 2 n is the number of iterations for j = 0: n A = A/3 a = ones (1,2* 4 ^ j) A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a] end plot (real (A), imag (A)) axis ([0 1-0.1 0.8])   ② Sierpinski triangle A = [0 1 0.5 0 0 1] initialized A n = 3 the number of iterations. for i = 1: n A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2 A = [A A+ [c b] A+ [c/2 c]] end for i = 1:3 ^ n patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function end)
    2013-03-02 10:03:09下载
    积分:1
  • chazhi
    实现信号的插值运算,通过这个程序,可以对非均匀采样的信号进行插值处理,为后面的滤波处理做基础(Realize signal interpolation arithmetic, through this program, the non-uniform sampling signals can be interpolation processing, basis for the back of the filtering process)
    2021-04-21 09:48:49下载
    积分:1
  • 智能控制第4版-matlab
    说明:  刘金琨 智能控制第四版 matlab例程(The fourth edition of Liu Jinkun's Matlab routine for intelligent control)
    2018-05-14 15:26:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载