├── LICENSE ├── README.md ├── biorwin.m ├── cohere_mod.m ├── exc_signals.mat ├── generate_coherent_wind_noise.m ├── generate_uncorr_wind.m ├── istft.m ├── mix_signals.m ├── stft.m ├── transition_prob_const.mat └── transition_prob_gusts.mat /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/Wind-Generator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/Wind-Generator/HEAD/README.md -------------------------------------------------------------------------------- /biorwin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/Wind-Generator/HEAD/biorwin.m -------------------------------------------------------------------------------- /cohere_mod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/Wind-Generator/HEAD/cohere_mod.m -------------------------------------------------------------------------------- /exc_signals.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/Wind-Generator/HEAD/exc_signals.mat -------------------------------------------------------------------------------- /generate_coherent_wind_noise.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/Wind-Generator/HEAD/generate_coherent_wind_noise.m -------------------------------------------------------------------------------- /generate_uncorr_wind.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/Wind-Generator/HEAD/generate_uncorr_wind.m -------------------------------------------------------------------------------- /istft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/Wind-Generator/HEAD/istft.m -------------------------------------------------------------------------------- /mix_signals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/Wind-Generator/HEAD/mix_signals.m -------------------------------------------------------------------------------- /stft.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/Wind-Generator/HEAD/stft.m -------------------------------------------------------------------------------- /transition_prob_const.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/Wind-Generator/HEAD/transition_prob_const.mat -------------------------------------------------------------------------------- /transition_prob_gusts.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ehabets/Wind-Generator/HEAD/transition_prob_gusts.mat --------------------------------------------------------------------------------