Matlab是Matlab产品家族的基础,它提供了基本的数学算法,例如矩阵运算、数值分析算法,Matlab集成了 2D和3D图形功能,以完成相应数值可视化的工作,并且提供了一种交互式的高级编程语言——M语言,利用M语言可以通过编写脚本或者函数文件实现用户自己的算法。 这是关于matlab的教程
上传时间: 2014-01-21
上传用户:大三三
WLAN仿真-系统参数配置 系统参数主要分为2类: 一类是可以配置的,可以根据使用者的需求改变的参数 1)你打算让这个仿真跑多少个OFDM符号? 2)你打算采用什么样的调制方式? 3)你打算让你的系统跑在什么样的环境下,AWGN?Rayleigh fading? 4)你的接收端采用什么样的配置,比如,是否采用理想均衡,线性插值均衡,理想同步,频偏纠正等等? 5)你的信道采样频率是多少?你的载波频率是多少? 一类是固定不变的,发送端按照协议规定设置的一些参数 1)子载波个数,包括数据子载波,导频子载波。 2)保护间隔,pilot和preamble的数值。 举例:比如将这些参数汇总在一个m文件,global_parameter.m
上传时间: 2016-11-09
上传用户:aeiouetla
SA Encryption and Decryption using Matlab The program set contains thirteen files listed below. errormeg.fig errormsg.m helpmsg.fig helpmsg.m inputmsg.fig inputmsg.m mesgcut.m pro2.fig pro2.m rsacore.m readme.txt screenshot.gif In order to run the program please call pro2.m under Matlab 6.0 Environment. System Requirement Matlab version 6.0 and if necessary, Maple version 6.0 on any platform PentiumII 300 MHz or equivalent.
标签: Encryption Decryption contains thirteen
上传时间: 2017-04-06
上传用户:dreamboy36
泊松分布是一种常用的离散型概率分布,数学期望为m的泊松分布的分布函数定义如下: P(m, k) = mk * e-m/k! (k = 0, 1, 2, 3, …) 对于给定的m和k (0<m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。
上传时间: 2017-06-14
上传用户:wpwpwlxwlx
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5
标签: Implementation calculates algorithm Edmonds
上传时间: 2014-01-04
上传用户:kiklkook
任务:一堆猴子都有编号,编号是1,2,3 ...m ,这群猴子(m个)按照1-m的顺序围坐一圈,从第1开始数,每数到第N个,该猴子就要离开此圈,这样依次下来,直到圈中只剩下最后一只猴子,则该猴子为大王。 功能:输入数据:输入m,n(m,n 为整数且n<m) 输出形式:中文提示按照m个猴子,数n 个数的方法,输出为大王的猴子是几号 ,建立一个函数来实现此功能
标签:
上传时间: 2014-01-25
上传用户:athjac
#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i]=fgetc(fp); if(tolower(str[i])==tolower(pd[k])) {k++; if(k==m) if(!isalpha(i-m)&&!isalpha((str[i++]=fgetc(fp)))) { time++; add[j]=i-m+1; j++; k=0; } else k=0; } } if(time) { printf("The time is:%d\n",time); printf("The adders is:\n"); for(i=0;i
标签: 查询学会少年宫
上传时间: 2016-12-29
上传用户:767483511
#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i]=fgetc(fp); if(tolower(str[i])==tolower(pd[k])) {k++; if(k==m) if(!isalpha(i-m)&&!isalpha((str[i++]=fgetc(fp)))) { time++; add[j]=i-m+1; j++; k=0; } else k=0; } } if(time) { printf("The time is:%d\n",time); printf("The adders is:\n"); for(i=0;i<j;i++) printf("%5d",add[i]); if(i%5==0) printf("\n"); getch(); fclose(fp); } else printf("Sorry!Cannot find the word(^_^)"); } main() { char pd[10],choose='y'; int flag=1; while(flag) {printf("In put the word you want to seqarch:"); scanf("%s",pd); search(strlwr(pd)); printf("\nWould you want to continue?(Y/N):"); getchar(); scanf("%c",&choose); if((tolower(choose))=='n') flag=0; else flag=1; } printf("Thanks for your using!Bye-bye!\n"); getch(); }
标签: 学生专用
上传时间: 2016-12-29
上传用户:767483511
Chu序列、Bjork序列、P序列实现 % cazac_creat 生成cazac序列 % signal_length:生成cazac信号长度 N % cazac_seq:生成的cazac序列 % sig_num:序列个数 M % k=signal_length-1; % seq_switch: % 1:Chu M<=N-1 % 2:P M<=N % 3:Bjorck M<=N
上传时间: 2021-11-11
上传用户:BY1902082
光电探测技术是一种根据目标和背景辐射或者反射的光波在波长和强度之间的差异来进行目标探测的一种技术,它包括从紫外光(02-04um)、可见光(04-0.7um)、红外光(1~3μm,3~5μm,8~12μm)等多种波段的光信号探测。本文通过对低小慢目标的红外特性进行分析,提出了一种新的红外低小慢目标探测算法。低小慢飞行器因为其成本低廉和获取容易,极易形成黑飞,近年来随着低小慢目标威胁态势的增加,国内外关于低小慢目标的管控需求日益增长。但是因为低小慢目标本身种类、制作材料多样,且很多没有强热源,导致其在红外图像上与周围环境成像特征类似,常用的红外弱小目标探测算法无法充分抑制背景,探测效果较差。当前对于低小慢日标的探测以雷达探测为主,红外探测算法较少,但国内外很多研究机构都已在陆续开展红外低小慢目标探测方面的研究。本文主要对以下四点内容进行了研究总结。(1)本文首先以无人机为例对低小慢目标的红外成像特性进行分析,通过分析低小慢日标与传统红外弱小目标在红外特征差异,总结说明了低小慢目标在红外图像上更难与背景区分,同时具有复杂多变的运动轨迹(2)对红外低小慢目标增强进行了研究,通过对奇异值分解(SVD)后的奇异值矩阵设计非线性变换函数,使重构后图像中目标所在的高频部分的对比度得到增强从而使目标和背景之间的区别更加明显,达到了增强目标的目的。(3)针对 Robinson guard滤波器对极值敏感的问题,对原有的计算方式进行了改进,改进后的 Robinson Guard滤波器可以更有效的区分前景和背景,对于背景的抑制更加充分。(4)在上述研究的基础上,提出了一种新的红外低小慢目标探测算法,该算法首先使用本文所用的目标增强方法对目标进行增强,然后使用改进后的 RobinsonGuard滤波器进行背景抑制,最后使用基于局部对比度(LC)的自适应阈值分割方法来提取目标使用真实拍摄的红外低小慢目标序列图像对本文方法进行仿真分析,实验结果表明本文方法具有很好的背景抑制效果,可以有效的实现低小慢目标的探测
标签: 光电探测
上传时间: 2022-03-14
上传用户: