%线性调频信号的实部和虚部及时域脉压输出clearall;clc;T=16e-6;B=5e6;K=B/T;fs=6*B;Ts=1/fs;N=T/Ts;t=-T/2:T/(N-1):T/2;s=exp(j*pi*K*t.^2);y=conv(s,conj(s));len=length(y);t1=-T/2:T/(len-1):T/2;figure;plot(t,real(s));gridon;axis([-1.2e-51.2e-5-11]);xlabel('时间(s)');ylabel('幅度');title('LFM信号的I路');figure;plot(t,imag(s));gridon;axis([-1.2e-51.2e-5-11]);xlabel('时间(s)');ylabel('幅度');title('LFM信号的Q路');figure;plot(t1,20*log10(abs(y)/max(abs(y))));gridon;axis([-1.2e-51.2e-5-900]);xlabel('时间(s)');ylabel('幅度(dB)');title('时域脉压后的波形(未加权)');subplot(311);plot(t,real(s));gridon;xlabel('time(s)');ylabel('amplitude(dB)');title('realpartofLFM:T=16us,B=4MHz');axis([-T/2T/2-11]);subplot(312);plot(t,imag(s));gridon;xlabel('time(s)');ylabel('amplitude(dB)');title('imagepartofLFM:T=16us,B=4MHz');axis([-T/2T/2-11]);subplot(313);plot(t1,20*log10(abs(y)/max(abs(y))));gridon;axis([-1.2e-51.2e-5-900]);xlabel('时间(s)');ylabel('幅度(dB)');title('时域脉压后的波形(未加权)');
2024/3/14 17:47:39 2KB lfm match filter
1
语音识别,《自然语言信号处理》《SpeechandLanguageProcessing》DanielJurafsky,JamesH.Martin中英文双语
2024/3/13 12:15:07 50.43MB 语音识别 自然语言
1
daterangepicker时间组件使用denmo和js,css文件,下载解压后,直接打开demo,可以直接看效果,查看源代码就可以集成到你代码中
2024/3/13 4:09:51 396KB 时间组件
1
图书馆馆员使用LibrarianLib发布版本:repositories{jcenter()maven{url='https://jitpack.io'}maven{url='https://minecraft.curseforge.com/api/maven/'}maven{url='http://repo.spongepowered.org/maven'}}dependencies{implementation'com.teamwizardry.librarianlib:librarianl
2024/3/11 17:05:22 5.4MB minecraft library MinecraftKotlin
1
HGep800-s-解密
2024/3/9 23:04:28 525KB 电信
1
Ansiblehasalargecollectionofinbuiltmodulestomanagevariouscloudresources.Thebookbeginswiththeconceptsneededtosafeguardyourcredentialsandexplainhowyouinteractwithcloudproviderstomanageresources.Eachchapterbeginswithanintroductionandprerequisitestousetherightmodulestomanageagivencloudprovider.LearnaboutAmazonWebServices,GoogleCloud,MicrosoftAzure,andotherproviders.Eachchaptershowsyouhowtocreatebasiccomputingresources,whichyoucanthenusetodeployanapplication.Finally,youwillbeabletodeployasampleapplicationtodemonstratevarioususagepatternsandutilitiesofresources.
2024/3/1 5:28:02 1.32MB Ansible
1
IMDropsImageTools3.6老朽痴拙汉化版(图像小工具)是一个屏幕捕获、文件共享和图像处理工具。
它具有多线程的批处理图像大小调整、转换、裁剪、旋转翻转、水印、脱色(灰度、消极、棕褐色)、和优化。
支持BMP、GIF、TIFF、JPEG、PNG和EMF图像类型。
它能与LinuxMONO(仅GNOME和Xfce)兼容。
ImageToolsisascreencapture,filesharingandimageprocessingtool.Itfeaturesmulti-threadedbatchimageresizing,conversion,cropping,flipping/rotating,watermarks,decolorizing(grayscale,negative,sepia),andoptimizing.TheBMP,GIF,TIFF,JPEG,PNG,andEMFimagetypesaresupported.ItiscompatiblewithLinuxMONO(onlyforGNOMEandXfce).
2024/2/28 9:18:54 86KB IMDrops Image Tools 图像工具
1
GettogripswithmodernsoftwaredemandsbylearningtheeffectiveusesofRust'spowerfulmemorysafety.KeyFeaturesLearnandimprovethesequentialperformancecharacteristicsofyoursoftwareUnderstandtheuseofoperatingsystemprocessesinahigh-scaleconcurrentsystemLearnofthevariouscoordinationmethodsavailableintheStandardlibraryBookDescriptionMostprogramminglanguagescanreallycomplicatethings,especiallywithregardtounsafememoryaccess.Theburdenonyou,theprogrammer,liesacrosstwodomains:understandingthemodernmachineandyourlanguage'spain-points.Thisbookwillteachyoutohowtomanageprogramperformanceonmodernmachinesandbuildfast,memory-safe,andconcurrentsoftwareinRust.ItstartswiththefundamentalsofRustanddiscussesmachinearchitectureconcepts.YouwillbetakenthroughwaystomeasureandimprovetheperformanceofRustcodesystematicallyandhowtowritecollectionswithconfidence.YouwilllearnabouttheSyncandSendtraitsappliedtothreads,andcoordinatethreadexecutionwithlocks,atomicprimitives,data-parallelism,andmore.ThebookwillshowyouhowtoefficientlyembedRustinC++codeandexplorethefunctionalitiesofvariouscratesformultithreadedapplications.Itexploresimplementationsindepth.Youwillknowhowamutexworksandbuildseveralyourself.Youwillmasterradicallydifferentapproachesthatexistintheecosystemforstructuringandmanaginghigh-scalesystems.Bytheendofthebook,youwillfeelcomfortablewithdesigningsafe,consistent,parallel,andhigh-performanceapplicationsinRust.WhatyouwilllearnProbeyourprogramsforperformanceandaccuracyissuesCreateyourownthreadingandmulti-processingenvironmentinRustUsecoarselocksfromRust’sStandardlibrarySolvecommonsynchronizationproblemsoravoidsynchronizationusingatomicprogrammingBuildlock-free/wait-freestructuresinRustandunderstandtheirimplementat
2024/2/28 3:43:03 1.9MB rust concurrency 并发 rust语言
1
数字图像处理(DigitalImageProcessing)又称为计算机图像处理,它是指将图像信号转换成数字信号并利用计算机对其进行处理的过程。
在数字图像处理过程中,输入的是质量低的图像,输出的是改善质量后的图像,常用的图像处理方法有图像增强、复原、编码、压缩等。
MATLAB既是一种直观、高效的计算机语言,同时又是一个科学计算平台。
它为数据分析和数据可视化、算法和应用程序开发提供了最核心的数学和高级图形工具。
根据它提供的500多个数学和工程函数,工程技术人员和科学工作者可以在它的集成环境中交互或编程以完成各自的计算。
本文阐述了一种基于MATLAB的数字图像处理系统设计,其中包括图像处理领域的大部分算法,运用MATLAB的图像处理工具箱对算法进行了实现,论述了利用系统进行图像显示、图形表换及图像处理过程,系统支持索引图像、灰度图像、二值图像、RGB图像等图像类型;
支持BMP、GIF、JPEG、TIFF、PNG等图像文件格式的读,写和显示。
上述功能均是在MATLAB语言的基础上,编写代码实现的。
这些功能在日常生活中有很强的应用价值,对于运算量大、过程复杂、速度慢的功能,利用MATLAB可以既能快速得到数据结果,又能得到比较直观的图示。
2024/2/25 11:13:28 2.52MB MATLAB 数字图像处理
1
MedisMedis是一个美丽的,易于使用的Redis管理应用程序,它基于,和建立在现代网络上。
它由许多很棒的Node.js模块提供动力,尤其是和。
Medis从您需要的所有基本功能入手:键查看/编辑SSH隧道,用于连接远程服务器执行自定义命令的终端配置查看/编辑它还支持许多高级功能:JSON/MessagePack格式查看/编辑和内置突出显示/验证器在不阻止Redis服务器的情况下使用数百万个密钥和密钥成员模式管理器,用于轻松选择子键组。
注意:Medis仅支持Redis>=2.8版本,因为从2.8开始引入了SCAN命令。
SCAN对于获取密钥列表而不阻塞服务器非常有用,这对于生产环境至关重要。
因为最新的稳定版是5.0,而2.6是一个非常旧的版本,所以Medis不支持它。
在Windows上下载Medis您可以从下一页MedisforWindows的编译安装程序。
在Mac上下载Medis您可以从下载MacOSX版Medis的编译版本。
本地运行安装依赖$npminstall编译资产:$npm
2024/2/22 20:30:46 526KB electron redis mac gui
1
共 192 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡