Recent content by Jyan
-
J
Where Can I Find Stanford Engineering Everywhere Materials?
I was actually able to find almost everything via the internet archive's wayback machine (https://archive.org/) here http://web.archive.org/web/20140625203944/http://see.stanford.edu/SEE/Courses.aspx So if anyone else is also looking for it, here is an answer. And, the reason I was looking for...- Jyan
- Post #4
- Forum: STEM Academic Advising
-
J
Where Can I Find Stanford Engineering Everywhere Materials?
Recently the Stanford engineering everywhere site (http://see.stanford.edu/) went down. This is quite unfortunate for me as I had been making extensive use of the material for EE263 and EE364 on linear dynamical systems and convex optimization. And, unfortunately I never downloaded the...- Jyan
- Thread
- Engineering Stanford
- Replies: 3
- Forum: STEM Academic Advising
-
J
Python Model an FPGA FM Radio Demodulator in Python
I can add some more details. For now I have kind of sidestepped the problem. The essential question is whether the effects of undersampling, (see: https://en.wikipedia.org/wiki/Undersampling) can be replicated in the discrete time domain via resampling (see...- Jyan
- Post #3
- Forum: Programming and Computer Science
-
J
Python Model an FPGA FM Radio Demodulator in Python
I am trying to model an FPGA FM radio demodulator in Python. I will have a mixer that converts an FM channel to 36MHz IF, and I plan on undersampling this IF signal. If in the digital world (my Python model), I have a high sample rate FM signal at 1.2MHz, should I be able to resample to a...- Jyan
- Thread
- Fm Fpga Model Python Radio
- Replies: 2
- Forum: Programming and Computer Science
-
J
Undergrad Limit of dirichlet function (from DSP)
How is this limit evaluated? \lim_{k->0}\frac{sin(\pi k)}{sin(\frac{\pi k}{N})} I know that it is N, but I can't figure out how to evaluate it, l'hospital's rule doesn't seem to help. I might solve it by the time I get a response, but figured no reason to not ask especially since I couldn't... -
J
Graduate Can Analog Memory Exist? A Physics Inquiry
This seems like a really stupid question now :/- Jyan
- Post #6
- Forum: Other Physics Topics
-
J
Graduate Can Analog Memory Exist? A Physics Inquiry
"Analog" Memory? Is anyone aware of physical or mathematical reasons why "analog" memory is not possible? That is, a system that takes in a continuous waveform, saves it, and then later releases the same continuous waveform without any sort of sampling or interpolation. I certainly can't...- Jyan
- Thread
- Analog Memory Physics
- Replies: 14
- Forum: Other Physics Topics
-
J
Proof of a probability inequality
Ah I See. I actually did leave out a few steps in my proof just because writing out in latex is tedious and proofs I read in books seem like they leave out the same kind of stuff I did, but I guess I should be as explicit as possible. As for applying the hint, this is what I have: B_1 =...- Jyan
- Post #6
- Forum: Calculus and Beyond Homework Help
-
J
Proof of a probability inequality
Can you elaborate a little more? I'm not sure I understand. Is there something wrong with my logic? Also, I did not use the inclusion-exlusion principle because I have not seen or written a proof for it yet.- Jyan
- Post #4
- Forum: Calculus and Beyond Homework Help
-
J
Proof of a probability inequality
Homework Statement I'm working on some MIT OCW (http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-436j-fundamentals-of-probability-fall-2008/assignments/MIT6_436JF08_hw01.pdf). I've attempted problem #5, just looking for some comments on the quality / validity of my...- Jyan
- Thread
- Inequality Probability Proof
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
J
Most useful programming language for an Electronic Engineer?
VHDL seems to be the norm in Canada as well actually.- Jyan
- Post #13
- Forum: Electrical Engineering
-
J
Graduate Would anyone like to comment on my proof?
That is typical for the infimum isn't it? Does this cause problems?- Jyan
- Post #8
- Forum: Topology and Analysis
-
J
Most useful programming language for an Electronic Engineer?
Everyone says C which is a great language but realistically it depends highly on what kind of job you end up with and what your interests are. The vast majority of jobs occupied by EEs do not require C programming skills. C programming is pretty specific to working in embedded devices...- Jyan
- Post #6
- Forum: Electrical Engineering
-
J
Graduate Would anyone like to comment on my proof?
I don't see any complications for the non-finite case either. Just replace min with inf and max with sup. Am I mistaken?- Jyan
- Post #5
- Forum: Topology and Analysis
-
J
Graduate Would anyone like to comment on my proof?
g(x) = \min_{y\in B}f(x,y) h(y) = \max_{x\in A}f(x,y) \forall x,y \in A,B \space \space g(x) \le f(x,y), \space h(y) \ge f(x,y) \therefore g(x) \le f(x,y) \le h(y) And, \max_{x\in A} \min_{y\in B} f(x,y) \le \min_{y\in B} \max_{x \in A} f(x,y) Is this correct?- Jyan
- Post #4
- Forum: Topology and Analysis