- 博客(10)
- 收藏
- 关注
原创 模拟电路笔记
Chapter 4 diodesIdeal Diodetwo modeson and offmode 1 reverse bias = open cktmode 2 forward bias = short cktshould be desing to limitcurrent flow & voltage acrossRctifierckt concert AC waves inot DCAssumed States MethodAssume the diodes t
2021-08-24 11:03:23
303
原创 verilog
module Mux(a, c, b, sel) output q; input a, b, c; input sel[1], sel[0]; always@(*) begin if 1 bit full-addermodule fulladder( output sum, cout, input a, b, cin) assign sum = a^b^cin; assign cout = cout = (a & b)|()endmodulemodule A
2021-08-24 11:01:51
94
原创 interview
Appendix1: Questions to ask intervieweesA:Competence Based (STAR type) QuestionsHow do you handle confilcts?I was working as a project manager on an IT project, and one technician was constantly latefinishing tasks. When I approached him about it,
2021-08-24 11:01:22
401
原创 anecdote
A time you received horrible servicegood services at places like hotels, resta , governmentbut sometimes things went wrongLast summer holiday, I with my friend went to a resteraurant—full of good reviews and high recommodationBut there was so many peo
2021-08-24 11:00:40
161
原创 大物2
Chapter 20 Gauss’s lawApplication of Gauss’s lawdetermine the electric field in a simple way, if the charge is highly symmetricIdentify the symmetry of systemchoose a proper Gussian surface ⊥E⃗ or∥E⃗\perp \vec E\ or \parallel \vec E⊥E or∥EA
2020-09-23 09:16:50
315
1
原创 概率论与数理统计总结
课程分数构成日常表现:25%Closed-book final exam 75%chapter 1 introduction to probabilityexperiments and Eventsexperiment: any process, real or hypothetical, in which the possible outcomes can be identified ahead of time.Sample space: a set of all possible ou
2020-09-18 09:54:16
625
2
原创 Physics
期中:8.29 14:00-16:00期末:9.4 16:30-18:30contents: chapter 1-13 & 30-31文章目录Chapter 1 Introfuction, Measurement, EstimatingChapter 2 Kinematics in one-DimensionChapter 3 Kinematics in More Dimensions; VectorsChapter 1 Introfuction, Measurement, Estima.
2020-08-14 20:59:58
274
原创 Phsical Experiment
文章目录Phsical Experiment1. Measurement1.2 Importance of Quoting Unit1.3 importance of knowing uncertainties1.4 important points for measurement1.5 Types of measurements1.6 Terminology in measurements1.6.1Systematic Errors1.6.2 Random Error1.7 Features of Dif
2020-08-14 17:46:14
412
原创 Microelectronic Systems
这里写目录标题PinDigital I/OPulse Width Modulation (PWM)PinDigital I/Oto illuminate LED:output is high - active highconnect to the ground VSSV_{SS}VSS(ground, negative, logic 0)output is low -active lowconnect to the VDDV_{DD}VDD(supply, positive,
2020-08-13 20:48:50
336
原创 linear algebra复习摘要
compute the determinantcofactor: Cij=(−1)i+jAijC_{ij}=(-1)^{i+j}A_{ij}Cij=(−1)i+jAijdeterminant = a11b11+a12b12⋯+annbnna_{11}b_{11} +a_{12}b_{12}\dots+a_{nn}b_{nn}a11b11+a12b12⋯+annbnnif A is a triangluar matrix, then det AAA is the product of .
2020-08-11 15:30:39
529
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人