搜索资源列表
script2_music_circulaire.m.tar
- fs = 8000 t = (0:1/fs:1). x1 = cos(2*pi*t*300) x2 = cos(2*pi*t*400) ha = phased.ULA( NumElements ,10, ElementSpacing ,1) ha.Element.FrequencyRange = [100e6 300e6] fc = 150e6 x = collectPlaneWave(ha,[x1 x2],[10 20 45 60] ,fc) rng def
termproject
- rand, randn, randint.... you can understand my code
PCMcodedecode_matlab
- 产生一正态分布序列 经过pcm编码、PCM解码、计算量化信噪比、设置信道误码率 -Generating a normal sequence after pcm encoding, PCM decoding, computing quantization noise ratio, set the channel error rate x = randn (1,1000) generating a normal sequence xf = fft (x, 256) 1024 da