搜索资源列表
OFDMsystemsimulationfullversion
- This simulation scr ipt set allows for an OFDM transmission to be simulated. Imagetx.m generates the OFDM signal, saving it as a windows WAV file. This allows the OFDM signal to be played out a sound card and recorded back. Imagerx.m decodes
fft_cdf4.m
- pdf numerical inversion from cf via FFT-matlab source of pdf numerical inversion from cf via FFT
fft_call.m
- matlab source of FFT-based option pricing (Carr and Madan1999)-matlab source of FFT-based option pricing
frft.m
- FRFT的程序 与FFT相比有自由度的优势 在金融期权定价中可以应用-Fractional Fast Fourier Transform(FRFT)
conv
- For given A/B returns conv(A,B) (non-circular). Subroutine can automatically choose between three implementations: straightforward O(M*N) formula for very small N (or M), overlap-add algorithm for cases where max(M,N) is significantly large