Generate FM noise sidebands on a carrier using randn fn

버전 1.1.0.0 (2.59 KB) 작성자: Rick McConnell
Generate and plot noise sidebands using randn modulation of a carrier.
다운로드 수: 1.7K
업데이트 날짜: 2011/6/21

라이선스 보기

The file calculates and plots FM noise sidebands for a carrier. It also does sinusoidal modulation. This simple way of adding noise to a carrier is useful for simulation of PLLs. It turns out, though, that the mean of the randn function is not as close to zero as it could be, and this causes the fft to generate extra sideband energy, which makes it appear as if the noise is not what would be expected. This program gets around this by adding a fudge factor to the randn results to eliminate this problem. It took me ages to figure this out, I hope to reduce a similar effort for others.

인용 양식

Rick McConnell (2024). Generate FM noise sidebands on a carrier using randn fn (https://www.mathworks.com/matlabcentral/fileexchange/23048-generate-fm-noise-sidebands-on-a-carrier-using-randn-fn), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Modulation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

I improved some descriptions, plots, and variable names to make the function clearer.

1.0.0.0