搜索资源列表
VirtualNES
- 在电脑上玩FC/NES红白机游戏少不了模拟器,网上下个NES格式的模拟游戏文件就可以玩了。VC6工程,需要DirectX SDK的支持,如编译出错请将DIRECTX目录下的DDraw.h和DInput.h两个文件拷到工程根目录下,还有个IDC_什么的未定义,直接将该语句删除就可以了。一般是一次编译通过。编译好的.exe文件需要.vlp文件,也压到压缩包里了-In the computer playing FC/NES NES simulator games and ultimately, the
modulation
- 通信信号相干调制解调源码 Fc=10 %载频 Fs=40 %系统采样频率 Fd=1 %码速率 N=Fs/Fd df=10 numSymb=25 %进行仿真的信息代码个数 M=2 %进制数-Coherent modulation and demodulation of communication signal source Fc = 10 carrier frequency Fs = 40 systematic sampling frequency Fd = 1 co
Amplitude_mod_m
- fm=input( Enter the message signal frequency fm= ) fc=input( Enter the carrier frequency fc= ) Am=input( Enter the message signal amplitude Am= ) Ac=input( Enter the carrier signal frequency Ac= ) n=input( Enter the no of DFT points: )
Virtual_NES
- virtualNES模拟器代码,供学习编写FC模拟器的同学参考。-virtualNES simulator code, and for people learning FC simulator programming.
Deber04_ComAnalog
- Dado x(t) = 3[1+0.2(cos100πt+cos200πt)]cos10,000πt + n(t), donde n(t) es Ruido Blanco (en realidad coloreado) Gausiano de banda limitada con Sn(f) = 2 µ w/Hz hasta una frecuencia de 10,000 Hz. Asumiendo fc=5,000 Hz y B=600 Hz, determine la (S/N)
Deber_ComAnalog_Agosto2010
- Dado x(t) = 3[1+0.2(cos100πt+cos200πt)]cos10,000πt + n(t), donde n(t) es Ruido Blanco (en realidad coloreado) Gausiano de banda limitada con Sn(f) = 2 µ w/Hz hasta una frecuencia de 10,000 Hz. Asumiendo fc=5,000 Hz y B=600 Hz, determine la (S/N)
module-counter8
- 用verilog实现8为计数器频率范围20-80kHz,根据DDS原理来一个时钟计数器记一下,n=n+1,根据公式fout=(fc÷x)÷2,fout=80 fc=320,所以n≥2时,再取反,又由公式 fout=(k.fc)÷2^n,k=50hz,fout=80khz,fc=320,所以数据的位宽n≥7。 设计要求两路方波信号的相位差在0-360゜可调,可以根据延时来实现。具体的-8 is realized with verilog counter frequency range 20-8
11
- empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-
EEE-212-lab-sheet
- empirical formula with kaiser clc clear all fs=1000 fc=250 df=50 r=0.001 f=fc/fs dw=2*pi*(df/fs) a=-20*log(r) n=floor(((a-8)/(2.285*dw))+1) if a>50 b=0.1102*(a-8.7) elseif a>=21 && a<=50 b=0.5842*((a-
verilogfiles
- clc fm1=3000000 fm2=5000000 fc=500000000 fs=100000000 Am1=2 Am2=0.3 A=2 N=512 K=N-1 n=0:N-1 t=(0:1/fs:K/fs) m1=Am1*sin(2*pi*fm1*t)+Am2*sin(2*pi*fm2*t) figure(1) subplot(1,1