├── README.md ├── SampleData.zip ├── SampleData ├── gains.csv ├── params.csv ├── partition.csv └── pow.csv ├── code.m └── evalP.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adirags/Power-Allocation/HEAD/README.md -------------------------------------------------------------------------------- /SampleData.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adirags/Power-Allocation/HEAD/SampleData.zip -------------------------------------------------------------------------------- /SampleData/gains.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adirags/Power-Allocation/HEAD/SampleData/gains.csv -------------------------------------------------------------------------------- /SampleData/params.csv: -------------------------------------------------------------------------------- 1 | 4,1,2,100 2 | -------------------------------------------------------------------------------- /SampleData/partition.csv: -------------------------------------------------------------------------------- 1 | 2 2 | 1,4 3 | 2,3 4 | -------------------------------------------------------------------------------- /SampleData/pow.csv: -------------------------------------------------------------------------------- 1 | 7,28,42,7 2 | -------------------------------------------------------------------------------- /code.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adirags/Power-Allocation/HEAD/code.m -------------------------------------------------------------------------------- /evalP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adirags/Power-Allocation/HEAD/evalP.m --------------------------------------------------------------------------------