登录
首页 » matlab » split_step_fourier_method

split_step_fourier_method

于 2012-02-07 发布 文件大小:1KB
0 67
下载积分: 1 下载次数: 11

代码说明:

  利用分布傅立叶方法来求解非线性薛定谔方程(Distribution of the Fourier method to solve the nonlinear Schrodinger equation)

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

发表评论

0 个回复

  • output_of_DCT_in_image_fusion
    u can calculate DCT clc inp = imread( Im1.jpg ) inp1 = imread( Im2.jpg ) A = double(inp(:,:,1)) B = double(inp1(:,:,1)) A1=double(blkproc(A,[8 8], dct2 )) B1=double(blkproc(B,[8 8], dct2 )) [r,c] = size(A1) r1 = [] for i=1:r for j=1:c if A1(i,j) > B1(i,j) r1(i,j)=A1(i,j) else r1(i,j)=B1(i,j) end end end r1= double(r1(:,:,1)) C=blkproc(r1,[8 8], idct2 ) round(C) C1=idct2(r1) figure imshow(uint8(C)) figure imshow(uint8(C1)) imwrite(uint8(C), dct8x8min.jpg )
    2011-01-09 23:26:05下载
    积分:1
  • jindian
    说明:  兔子问题 1,1,2,3,5,8,13,21....(fgkhg)
    2010-03-18 16:14:38下载
    积分:1
  • garchsimulate
    PURPOSE: GARCH(P,Q) time series simulation
    2012-04-11 21:15:06下载
    积分:1
  • Desktop
    在matlab中实现三样条插值的两种方式(A three spline interpolation in two ways in matlab)
    2013-04-27 17:04:48下载
    积分:1
  • fhtree1
    huffmann code..........................................
    2011-05-13 03:58:01下载
    积分:1
  • 04785259
    AN MATLAB DESIGN OF PV ARRAY PAPER
    2013-05-02 18:30:49下载
    积分:1
  • soliton
    soliton pulses that affected the damping. soliton pulse stability of the dispersion
    2013-05-04 01:21:39下载
    积分:1
  • matlab
    matlab基本信号处理函数及实例应用,非常有用的!(matlab basic signal processing functions and application examples, very useful!)
    2014-02-12 19:48:55下载
    积分:1
  • CBuildermatlabCOM
    C++Builder调用matlab的COM总结. 本文就一个具体的例子介绍C++Builder5和Matlab6.5通过COM 实现混合编程的具体实现。(C++ Builder COM call matlab to sum up. This paper describes a specific example of C++ Builder5 and Matlab6.5 through COM concrete realization of hybrid programming.)
    2010-09-03 19:05:56下载
    积分:1
  • 05725339
    太阳能仿真simulink方法,英文论文(Solar simulink simulation methods, the English papers)
    2014-01-12 20:19:46下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载