Reputation: 249
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?
Upvotes: 2
Views: 222
Reputation: 10762
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.
Upvotes: 4
Reputation: 4477
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.
Upvotes: 2