CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - M序列

搜索资源列表

  1. dicom_sort_convert

    2下载:
  2. 西门子Dicom序列转换成NifTI,非常好用的matlab程序,推荐大家下载使用-Siemens Dicom series into NifTI The program offers GUI (dicom_sort_convert_main.m) and .m (example_dscm_call.m) input to select input and output directories and determine options.
  3. 所属分类:医药行业

    • 发布日期:2013-04-08
    • 文件大小:79113
    • 提供者:wangpw
  1. Scrosspectrum

    0下载:
  2. 交叉谱分析: 两序列x(n)和y(n)的交叉谱分析,ol(0:m)频率,tl(0:m)周期,px(0:m)是x(n)的连续功率谱,py(0:m)是y(n)的连续功率谱,pxy(0:m)协谱,qxy(0:m)余谱,rxy(0:m)凝聚谱,cxy(0:m)位相差谱,lxy(0:m)滞后时间长度谱,rxy951(0:m)凝聚谱F-检验的95 置信上限,rxy952(0:m)凝聚谱Goodman-检验的95 置信上限,其中m=[n/2.]。 -Continuous cross spectrum an
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:3657
    • 提供者:李海燕
  1. Switch

    0下载:
  2. 对于给定的整数n和m,用最少的f和g变换次数将n变换为m。由文件input.txt输入数据,结果(相应的变换序列)输出到文件output.txt。回溯的整数变换问题-For a given integer n and m, with a minimum of f and g will transform the number of n transform for m. Input.txt input data from the document, the result (correspondin
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1372
    • 提供者:waterfly1314
  1. shujujiegou

    0下载:
  2. 数据结构实验 如下: Status Fibonacci(int k, int m, int &f) /* 求k阶斐波那契序列的第m项的值f */-Experimental data structure is as follows: Status Fibonacci (int k, int m, int
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:27967
    • 提供者:caicai
  1. test25

    0下载:
  2. 回文素数序列 查找两个正整数 m 和n 之间既是素数又是回文数的所有数(包括m 和 n),其中,m 不大于n。并按从小到大顺序输出这些数,如果 没有这样的数,则输出 no (回文数是正向看和逆向看相等的数,如,123321,121)。 -i think it is good for you
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:7576
    • 提供者:zhaowei
  1. josech

    0下载:
  2. 约瑟夫环, 任务:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。  要求:利用单向循环链表存储结构模拟此过程,按照出列的顺序输出各个人的编号。  测试数据: m
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:896116
    • 提供者:
  1. 002

    0下载:
  2. 四. 实验内容――格雷码问题 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 设计求格雷码的递归算法并实现。 2. 具体要求(若在ACM平台上提交程序,必须按此要求)――平台上1769题 输入:输入的第一行是一个正整数m,表示测试例
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1148
    • 提供者:刘珊珊
  1. 001

    0下载:
  2. (一) 相等元素问题 1.问题描述 元素唯一性问题:给出一个整数集合,假定这些整数存储在数组A[1…n]中,确定它们中是否存在两个相等的元素。请设计出一个有效算法来解决这个问题,你的算法的时间复杂性是多少? 2. 具体要求(若在ACM平台上提交程序,必须按此要求)――平台上1767题 输入:输入的第一行是一个正整数m,表示测试例个数。接下来几行是m个测试例的数据,每个测试例的数据由两行组成,其中第一行为一个正整数n (n<=500),表示整数序列的长度,第二行给出整数序列
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:648
    • 提供者:刘珊珊
  1. Joseph

    0下载:
  2. 约瑟夫环问题: 设编号为1,2,…,n的人按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报道m时停止报数,报m的人出列,将他的密码作为新的m值,从他的顺时针方向上的下一个人起重新自1起顺序报数;如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,并给出出列人的编号序列。 -Joseph Central question: Let numbered 1,2, ..., n the person clockw
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:672
    • 提供者:黄咋的
  1. numDel

    0下载:
  2. 从一个长度为n的数字序列中删除 m 个数字, 使删除后的数字的数值最小 (注意不能改变数字的序列)-Length n from a sequence in the figure delete digits m, so that after the deletion of the smallest numerical figure (note the figure should not change the sequence)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:910
    • 提供者:zhengzhichao
  1. fft

    0下载:
  2. fft变换,经常用到的快速傅立叶算法,FFT变换,基2DIT,输入参数:x 复数点序列, m FFT的级数 -fft transform, fast Fourier frequently used algorithms, FFT transform, based 2DIT, input parameters: x plural point sequence, m FFT of the series
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:703
    • 提供者:路培桄
  1. ofdm

    1下载:
  2. 一个用M文件编写的关于OFDM物理层的仿真,包括了发送和接受端以及基于训练序列的信道估计,能计算误码率-A document prepared by M on the simulation of OFDM physical layer, including the sending and the receiving end as well as the training sequence based channel estimation, the bit error rate can be ca
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6888
    • 提供者:guangangyu
  1. dsss

    0下载:
  2. 扩频通信常用的 平衡gold序列生成matlab m文件 希望可以上传-Spread spectrum communication sequence used to generate the balance of gold want to matlab m files can be uploaded
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:805
    • 提供者:高秦
  1. fftplot

    0下载:
  2. FFT,即为快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的。它对傅氏变换的理论并没有新的发现,但是对于在计算机系统或者说数字系统中应用离散傅立叶变换,可以说是进了一大步。 设x(n)为N项的复数序列,由DFT变换,任一X(m)的计算都需要N次复数乘法和N-1次复数加法,而一次复数乘法等于四次实数乘法和两次实数加法, -FFT, fast Fourier transform which is a discrete fast
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:728
    • 提供者:常虎
  1. josefu

    0下载:
  2. Josephu问题为:设编号为1,2,… n的n个人围坐一圈,约定编号为k(1<=k<=n)的人从1开始报数,数到m 的那个人出列,它的下一位又从1开始报数,数到m的那个人又出列,依次类推,直到所有人出列为止,由此产生一个出队编号的序列。-Josephu issues: Let numbered 1,2, ... n of the n individuals sitting around, agreed number k (1 < = k < = n) from 1 to s
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:780
    • 提供者:涂舒
  1. MPSKTransmissonwithGausNoise

    1下载:
  2. 本程序用于完成BPSK、QPSK、8PSK的调制仿真。并可任意扩展到MPSK和MQAM。程序分成三个部分:phase.m对基带码元序列进行脉冲成型,可选矩形脉冲,升余弦脉冲和平方根升余弦脉冲; model.m 为主程序,完成各种信号的基带星座图映射、脉冲成型和调制; command.m给出一个简单的频谱显示测试。-This procedure for the completion of BPSK, QPSK, 8PSK modulation simulation. Arbitrary and m
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3956
    • 提供者:long
  1. lorenz_ext

    1下载:
  2. m为嵌入空间维数 tau为时间延迟 data为输入时间序列 N为时间序列长度 X为输出,是m*M维矩阵- M for the embedding space dimension tau is the time delay for the input data time series N for the time series length of X to output, is m* M-dimensional matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:684
    • 提供者:allanchou
  1. GetCombin

    0下载:
  2. 这是应用移位算法生成组合的Perl包,包含两套函数,可生成形如 C(m,n)的数字序列组合,和多组的综合组合,具体请研读代码,有简要说明的。-This is the application of displacement algorithm to generate the Perl package combinations, including two sets of functions, such as creating form C (m, n) the number of sequence
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1309
    • 提供者:liutao
  1. LFSR

    0下载:
  2. 1. 分析n-位LFSR生成m=2n-1位长伪随即序列的算法过程。 2. 用程序设计语言将算法过程编程实现。 输入明文:I do like this book 加密算法E:yi=xi^ki 密钥:32-LFSR的输出,初始值:good 本原多项式:x32+x7+x5+x3+x2+x+1 -1. Analysis of n-bit LFSR to generate m = 2n-1 bit length of the sequence was pseudo-algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:16504
    • 提供者:zouna
  1. synchronization

    3下载:
  2. 关于基于训练序列的OFDM系统全面的同步算法仿真,包括定时同步,采样同步,载波同步,代码逐点执行,顶层文件为PLC_sync_test.m-Training sequence based on the OFDM system for synchronization algorithm simulation, including the timing synchronization, sampling synchronization, carrier synchronization, code-b
  3. 所属分类:matlab

    • 发布日期:2015-03-26
    • 文件大小:10542
    • 提供者:arlong
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com