- 博客(14)
- 资源 (8)
- 收藏
- 关注
原创 RF Power Amplifiers for Wireless Communications 勘误(随缘补充)
RF Power Amplifier for Wireless Communication 教程勘误
2022-09-18 02:07:55 390
原创 Silvaco中针对电压仿真的警告处理解决办法
在电压电流仿真中发现:Warning: Projection cannot be done with current bias step. Using previous solution for initial guess.这个警告有概率会导致仿真出错。经过实验,觉得是因为Silvaco是基于历史信息推测进行的仿真,出现警告的这一行可能是因为当前设置的条件超过了Silvaco中基于仿真历史能预测的结果。因此需要人为添加仿真条件,让前一步仿真逐渐逼近当前所需要的仿真。举例:solve initme
2022-03-30 10:00:55 2324
原创 Silvaco solve init使用笔记
遇到的问题,在跑某些仿真的时候,跑到solve init时出现报错simulator has unexpectedly exited with status 0。观察在solve init的运行信息中出现的一个列表查阅手册2.10.1发现,对于第一行的init,他对应的是参数<\proj>,psi是一个名字,不用管。第二行中direct代表直接预测,i代表外循环次数,j代表内循环次数,m代表迭代算法。x代表跟自变量有关的误差范数,称为x范数;rhs代表一个跟方程结果误差的范数,称为rhs范数
2021-11-16 22:17:56 7891
原创 silvaco代码笔记(5)高斯分布掺杂仿真
go atlas simflags="-p 4"mesh width=1000x.mesh location=-2.5 spacing=0.5x.mesh location=-1.2 spacing=0.1x.mesh location=-1 spacing=0.05x.mesh location=-0.5 spacing=0.1x.mesh location=0 spacing=0.02x.mesh location=0.25 spacing=0.01x.mesh l
2021-10-26 20:33:39 9618 12
原创 silvaco代码笔记(4)欧姆接触仿真
go atlas simflags="-p 4"set label=Ti_set Lgs=0.5set Lg=0.5set Lgd=0.5set Hgf=0.2set SFP=0.2set Lsfp=0.5+$Lgs+$Lg+$SFPset tbarrier=0.001set tbuffer=1set Al_composition=0.85#set In_composition=0.1set trans_vd=10set trans_vgstart=-8set trans_vgs
2021-10-26 20:30:33 3171
原创 silvaco代码笔记(3)atlas仿真欧姆接触
go atlasmesh space.mult=1.0x.mesh loc=0.00 spac=0.5x.mesh loc=3.00 spac=0.2x.mesh loc=5.00 spac=0.25x.mesh loc=7.00 spac=0.25x.mesh loc=9.00 spac=0.2x.mesh loc=12.00 spac=0.5y.mesh loc=0.00 spac=0.1y.mesh loc=1.00 spac=0.1y.mesh loc=2.00 spac=0
2021-10-26 20:19:48 2605
原创 silvaco代码笔记(2)齐纳击穿仿真(athena和atlas联调)
go athena网格定义line x loc=0.00 spac=0.20line x loc=1 spac=0.1line x loc=1.1 spac=0.02line x loc=2 spac=0.25line y loc=0.00 spac=0.02line y loc=0.2 spac=0.1line y loc=0.4 spac=0.02line y loc=2 spac=0.5衬底定义init silicon c.phosphor=5e18 orientation=1.
2021-10-26 20:17:35 3851 1
原创 silvaco代码笔记(1)ATHENA定义工艺步骤
go athenaNon-unifrom Gridline x loc=0.00 spac=0.10line x loc=0.20 spac=0.010line x loc=0.60 spac=0.010line y loc=0.00 spac=0.008line y loc=0.20 spac=0.01line y loc=0.50 spac=0.05line y loc=0.8 spac=0.15定义衬底init silicon c.boron=1.0e14 orientation=
2021-10-26 20:15:13 3480
原创 使用STM32提供的DSP库进行FFT(包含板载ADC的例程,AD9220的例程和AD7606的例程)
使用的芯片为STM32F103,使用的stm32官方提供的FFT库进行FFT处理。 使用的开发板是野火的指南者。一:添加DSP库到自己的工程中下载得到STM32的DSP库之后,就可以将其添加到自己的工程项目中了。其中,inc文件夹下的stm32_dsp.h和table_fft.h两个文件是必须添加的。stm32_dsp.h是STM32的DSP库的头文件。src文件夹下的文件可以有选择的添加(用到那个添加那个即可)。因为我只用到了256点的FFT,所以这里我只添加了cr4_fft_256...
2020-10-14 23:33:08 6602 6
翻译 Loading an Overlay(如何应用overlay)
By default, an overlay (bitstream) called base is downloaded into the PL at boot time. The base overlay can be considered like a reference design for a board. New overlays can be installed or copied t...
2019-10-23 22:18:43 719
翻译 PYNQ Overlays简介
The Xilinx® Zynq® All Programmable device is an SOC based on a dual-core ARM® Cortex®-A9 processor (referred to as the Processing System or PS), integrated with FPGA fabric (referred to as Programmabl...
2019-10-22 20:04:46 645
AB-Waves Excel Program
2022-09-18
stm32_fft_ad7606_单通道测量正负压.zip
2020-10-15
stm32_fft_AD9220.zip
2020-10-15
stm32_fft_实测.zip
2020-10-14
ADC_DAC_PID.rar
2019-08-12
STM32_FPGA_SPI通信.rar
2019-08-12
AD5933负阻抗测试.rar
2019-08-12
AD9910驱动+PDF(调幅频,ram模式,drg模式).rar
2019-08-12
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人