2
votes

How can i define a block in simulink which have uniform (or at least as uniform as possible) frequency content in a defined frequency range?

2

2 Answers

4
votes

Use a Sine Wave block, and enter a vector of frequency values, this will give you a vector of sine waves each with one specific frequency, then sum the output of the block.

enter image description here

2
votes

You probably need to create the signal yourself starting from a random signal source. Random signal should have uniform frequency in all bands. Then use a filter to restrict this to your defined frequency range. You can design your filter using fdatool.