登录
首页 » Others » SPIDER

SPIDER

于 2021-03-21 发布 文件大小:199KB
0 211
下载积分: 1 下载次数: 6

代码说明:

  SPIDER是测量超短脉冲的一种有效方法,该程序给出了基于Matlab的SPIDER代码,它可以直接运行。(SPIDER is one of the effective approaches to measure the pluse durantion.This program is the code of SPIDER based on Matlab.It can easily be ulited.)

文件列表:

SPIDER
......\shiyan3_change_data_wavelength_to_jiaopinlv_and_guiyihua.m,523,2012-12-14
......\shiyan3_combine_phase_data_and_spetral_data.m,6539,2012-12-18
......\shiyan3_dengjianju_caiyang_for_data.m,1661,2012-12-15
......\shiyan3_explan_caiyangdata_twoside_all_plus0.m,1638,2012-12-17
......\shiyan3_get_effectivedata_for_picture.m,731,2012-12-15
......\shiyan3_get_effective_data_based_on_original_data.m,2660,2012-12-15
......\shiyan3_get_packet_FWHM.m,2211,2012-12-16
......\shiyan3_get_phase_in_fu2pi_to_2pi.m,200,2012-12-15
......\shiyan3_get_pinyiOmiga_from_two_SHG_spectrum.m,605,2012-12-14
......\shiyan3_get_shiyu_qiangdu_and_xiangwei_data_after_ifft.m,746,2012-12-16
......\shiyan3_get_spot_by_geyidian_for_phase_picture.m,1063,2012-12-15
......\shiyan3_get_yanshi_t_from_hepinDATA_without_pinyi.m,1569,2012-12-18
......\shiyan3_lianjie_phase.m,838,2012-12-15
......\shiyan3_new_xaxis_get_data.m,1915,2012-12-16
......\SPIDER
......\......\distrib
......\......\.......\readme.txt,2544,2012-12-19
......\......\.......\SPIDER.exe,89783,2012-12-19
......\......\.......\_install.bat,212,2012-12-19
......\......\src
......\......\...\build.log,7775,2012-12-19
......\......\...\mccExcludedFiles.log,917146,2012-12-19
......\......\...\readme.txt,2544,2012-12-19
......\......\...\SPIDER.exe,89783,2012-12-19
......\......\...\SPIDER.msvc.manifest,616,2012-12-19
......\......\...\SPIDER_delay_load.c,2859,2012-12-19
......\......\...\SPIDER_main.c,4731,2012-12-19
......\......\...\SPIDER_mcc_component_data.c,7958,2012-12-19
......\SPIDER.prj,37409,2012-12-19
......\zzz_shiyan3.fig,12591,2012-12-19
......\zzz_shiyan3.m,35898,2012-12-19

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

发表评论

0 个回复

  • incremental-PID-
    PID控制算法:增量式PID控制算法及仿真(PID control algorithm: incremental PID control algorithm and simulation)
    2012-09-25 12:09:59下载
    积分:1
  • guoming
    这是一个matlab控制倒立摆的文件,其利用了模糊控制的方法。(This is a matlab inverted pendulum control of the paper, their use of fuzzy control method.)
    2009-12-28 12:10:30下载
    积分:1
  • test1
    把自己的程序附加到开机启动,不需要别的东西(fdsafdsafdsafa)
    2010-02-01 20:31:12下载
    积分:1
  • Matlabshenjingwangluo
    MATLAB的神经网络工具箱实用指南. 第一章是神经网络的基本介绍,第二章包括了由工具箱指定的有关网络结构和符号的基本材料以及建立神经网络的一些基本函数,例如new、init、adapt和train。第三章以反向传播网络为例讲解了反向传播网络的原理和应用的基本过程。(MATLAB neural network toolbox of practical guidance. The first chapter is a basic introduction to neural networks, and the second chapter, including the toolbox designated by the network structure and symbols related to the basic material and the establishment of neural network, some basic functions, such as new, init, adapt and train. Chapter III to back-propagation network as an example to explain the back-propagation network, the basic principle and application process.)
    2010-09-03 15:22:00下载
    积分:1
  • EKF
    扩展卡尔曼滤波算法程序,MATLAB编写。相当好用(Extended Kalman filter algorithm program, MATLAB write. Very nice)
    2010-01-02 19:05:01下载
    积分:1
  • Desktop
    K均值聚类算法,对风电机组功率数据进行聚类分析,包括详细的程序说明。 只要把这两个文件放入一个空文件夹下,在MATLAB中执行m文件,就可得到聚类结果。(K-means clustering algorithm, the wind turbine power data clustering analysis, including a detailed description of the procedures. As long as these two files into an empty folder, m-file in MATLAB, you can get the clustering results.)
    2021-04-12 17:38:57下载
    积分:1
  • SARBM3D_win32
    BM3D的程序,基于最小均方误差准则。很好用(Date released 1/08/2012, version 0.1. Functions for Matlab for the denoising of a SAR image corrupted by multiplicative speckle noise with the technique described in A Nonlocal SAR Image Denoising Algorithm Based on LLMMSE Wavelet Shrinkage )
    2015-02-09 11:32:53下载
    积分:1
  • radon_ambiguity
    %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0,0,0]) % xlabel( 极半径 ) % ylabel( 角度 ) %**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确) %找出峰值点的坐标 b=max(max(wh)) [u,a]=find(wh>=0.8*b) ( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
    2008-05-06 21:56:10下载
    积分:1
  • paper4
    终端直通通信中网络编码算法研究.pdf (Straight communication terminal network coding algorithm .pdf)
    2014-11-02 21:04:59下载
    积分:1
  • cg
    说明:  这是用于对球体重力进行反演的程序,所用算法是共轭梯度法(This is for the sphere of gravity inversion procedure, the algorithm used is the steepest descent method)
    2016-04-07 09:42:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载