登录
首页 » Fortran » pscad与matlab接口的仿真

pscad与matlab接口的仿真

于 2021-03-02 发布 文件大小:357KB
0 327
下载积分: 1 下载次数: 62

代码说明:

  pscad与matlab接口的仿真,采用fortran编写脚本,测试成功,可直接使用(pscad simulation with matlab interface using the fortran scripting, the test is successful, can be used directly)

文件列表:

ceshi
.....\mfiles
.....\......\test1.asv,206,2013-03-15
.....\......\test1.m,265,2013-03-16
.....\test1.bak,10942,2013-03-16
.....\test1.emt
.....\.........\EMTDC_cf6.log,0,2013-03-18
.....\.........\Main.dta,481,2013-03-18
.....\.........\Main.f,13413,2013-03-16
.....\.........\Main.obj,8312,2013-03-16
.....\.........\test1.exe,974848,2013-03-18
.....\.........\test1.mak,3488,2013-03-18
.....\.........\test1.map,3345,2013-03-18
.....\test1.psc,10941,2013-03-16

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

发表评论

0 个回复

  • dct
    M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:ceshiyuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:ceshilogistic_nuaa64.bmp ) figure imshow(J) xlabel( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:ceshiembedded.bmp )
    2010-06-13 18:43:39下载
    积分:1
  • LMMSE_constellation
    线性最小均方误差估计,估计恢复出的信号星座图(The linear minimum mean square error estimation,Estimation of LMMSE signal constellation restoration)
    2013-01-20 12:03:38下载
    积分:1
  • yichunsuanfa
    很好的遗传算法,可用以分配冗余时间,很好的消除列车之间的干扰(Good genetic algorithm can be used to allocate redundant time, good to eliminate interference between trains)
    2021-01-14 17:28:46下载
    积分:1
  • bangbai
    小波包分析提取振动信号中的特征频率,基于欧几里得距离的聚类分析,插值与拟合,解方程,数据分析。( Wavelet packet analysis to extract vibration signal characteristic frequency, Clustering analysis based on Euclidean distance, Interpolation and fitting, solution of equations, data analysis.)
    2016-05-01 16:27:23下载
    积分:1
  • Matlab4
    Matlab教程PPT,Matlab概述与应用程序基础(Matlab PPT)
    2010-06-04 21:40:54下载
    积分:1
  • FEM-1
    The code assembles various member stiffness matrices of a Q-4 element
    2014-12-17 23:04:03下载
    积分:1
  • scott
    Scott (1992) lead to better large sample performance of the histogram.
    2010-02-02 04:27:32下载
    积分:1
  • raoshexishu
    绕射系数的matlab程序 (matlab raoshexishu)
    2013-09-22 00:36:27下载
    积分:1
  • MATLAB-jiaocai
    一本介绍matlab学习的书籍,清华出版 高清,非常有用(An introduction to the MATLAB learning books, Tsinghua publishing HD, very useful )
    2011-11-06 16:41:52下载
    积分:1
  • sigexpend
    matlab里用于码元扩展的自定义程序,希望可以对你有帮助。(custom program matlab for symbol extension)
    2012-10-26 15:01:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载